REDUX 101: Terminologies
The core components of Redux include:
Store:
The central data store that holds the state tree of the entire application. It is typically a JavaScript object that represents the application's state.
Actions:
Plain JavaScript objects that describe ...
devjobalia.hashnode.dev5 min read