Files
2018-10-16 21:32:40 +05:30

189 B

title
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();