Answers for "what is store in redux"

2

what is store in redux

A store is an immutable object tree in Redux. A store is a state container
which holds the application's state. Redux can have only a single store in
your application. Whenever a store is created in Redux, you need to specify
the reducer.
Posted by: Guest on August-13-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language