189 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			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();
| title | 
|---|
| Get State from the Redux Store | 
Retrieve data from store by using getState() method.
let currentState = store.getState();