10 lines
		
	
	
		
			189 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			189 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								title: Get State from the Redux Store
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								## Get State from the Redux Store
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Retrieve data from store by using `getState()` method.
							 | 
						||
| 
								 | 
							
								```react.js
							 | 
						||
| 
								 | 
							
								let currentState = store.getState();
							 | 
						||
| 
								 | 
							
								```
							 |