React Js

React – Redux Toolkit and a guide to Reducers with createSlice

Redux-Toolkit

Some front-end Frameworks like React, Angular, or Vue have a system of components where each one internally manages its own states, and of course, as the application becomes complex, its state management becomes complex as well. Where Redux comes into the clutch? This popular state management library works with a kind of main “store” where […]

React – Redux Toolkit and a guide to Reducers with createSlice Read More »

React Tutorial – Learn React in 5 hours – Part 2

react class component

As we already discussed briefly about this topic in the previous section of React Tutorial . Now we are discussing in detail about class component Class components were the only way to track state and lifecycle on React components before React 16.8. Function components were considered “stateless.”. React’s Function components are almost as powerful as

React Tutorial – Learn React in 5 hours – Part 2 Read More »

Share