* fix: restructure certifications guide articles * fix: added 3 dashes line before prob expl * fix: added 3 dashes line before hints * fix: added 3 dashes line before solutions
303 B
303 B
title
title |
---|
Get State from the Redux Store |
Get State from the Redux Store
Problem Explanation
Retrieve data from store by using getState()
method.
Solutions
Solution 1 (Click to Show/Hide)
let currentState = store.getState();