- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 26字
- 2021-07-02 12:40:30
getState()
The getState() method gives you the current state of any application, which is equal to the last value returned by the application's reducer.
The getState() method gives you the current state of any application, which is equal to the last value returned by the application's reducer.