Published onNovember 2, 2022Redux ToolkitReduxRTKRedux 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 onNovember 1, 2022Classic Redux SetupReduxStateCover the basics required to setup Redux in a React application. Covers reducers, actions, action types, and the store.