Redux

  • Published on
    Redux Toolkit is a library that helps you write Redux logic more easily. It requires much less boilerplate code than the classic Redux library. In this post, I will show you how to use Redux Toolkit to write Redux logic.
  • Published on
    Cover the basics required to setup Redux in a React application. Covers reducers, actions, action types, and the store.