2018-06-22
2183
#react
Christian Nwamba
1810
Jun 22, 2018 ⋅ 7 min read

Set up React Hot Loader in 10 minutes

Christian Nwamba JS preacher. Developer 🥑. Building the web with the community @concatenateConf @forLoopAfrica. JS and Senior Advocacy for the Next Billion Users through Microsoft.

Recent posts:

Styling with the CSS box-shadow Property

Styling with the CSS box-shadow property

Use the `box-shadow` CSS property to create layered, neon, and neumorphic shadows in this detailed tutorial.

Oscar Jite-Orimiono
Feb 19, 2025 ⋅ 9 min read
Using Typescript Enums In React Native Web

A complete guide to TypeScript enums in React Native

Learn everything you need to know about how to use React Context — a great feature that enables you to manage and share state across the React application.

Kayode Adeniyi
Feb 19, 2025 ⋅ 8 min read
what are the event loop and call stack in JavaScript

What are the event loop and call stack in JavaScript?

Learn how the call stack, event loop, and various queues help JavaScript handle asynchronous operations while maintaining its single-threaded nature.

Ikeh Akinyemi
Feb 18, 2025 ⋅ 6 min read

React Context tutorial: Complete guide with practical examples

Let’s review React Context API. When should you use it to avoid prop drilling, and how does it compare to Redux?

Adebiyi Adedotun
Feb 17, 2025 ⋅ 13 min read
View all posts

3 Replies to "Set up React Hot Loader in 10 minutes"

  1. Is there a way to have the browser hot reload the app only on saving it? Having it reload while i type is a bit annoying.. thanks!

  2. Can u please help me setup react-hot-loader in webpack 5 without create-react-app. I tried but when the text is changed the browser is not updating when I click on button to change state it is updating the state and text. Please help !!

Leave a Reply