freeCodeCamp/guide/english/certifications/front-end-libraries/redux/get-state-from-the-redux-store/index.md

189 B

title
Get State from the Redux Store

Get State from the Redux Store

Retrieve data from store by using getState() method.

let currentState = store.getState();