ReactJS

How to reset state in Redux?

In this article, we'll show you how to easily reset the state in Redux using the RESET_STATE action and the createStore() function.

September 01, 2022

ReactJS
14965
What is redux-saga?

August 19, 2022

ReactJS
329
What are the differences between call() and put() in redux-saga?

In redux-saga, call() is used to invoke a function or a method, while put() is used to dispatch an action to the store.

August 16, 2022

ReactJS
8885
What is Redux Thunk?

August 15, 2022

ReactJS
713