6 followers
Hello, my name is Chibuokem Jerry. I am a Fullstack web developer, with keen interest in front-end web development. I build websites and applications, using the MERN stack.
In article I will show you a demo of how you can optimize component re-renders in React. We will be needing React Profiler extension for this demo, if...
When building a React application, one of the challenges you will need to deal with, is state management. While managing state within a component can...
One of the biggest complaints about using Redux in a React application was how much boilerplate code and packages you had to set up each time you had...
When working with nodejs outputting data to the console is pretty straight-forward. However reading data from the console is a little bit tricky, at...
When building applications, you may need to control a user's access based on the user's role. For example If your building a school management...
The useReducer hook was one React hook that every time I had to use it, I wasn't sure of exactly what was going on and if I needed it. const [state,...