* add folder react-hooks and add file index.md introduction of react hooks * Update index.md
		
			
				
	
	
		
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: React Hooks
 | 
						|
---
 | 
						|
### React Hooks
 | 
						|
 | 
						|
Hooks are a new feature proposal that lets you use state and other react features without writing a class. They're currently in React v16.7.0-alpha.
 | 
						|
 | 
						|
 | 
						|
### More Information:
 | 
						|
 | 
						|
[Introducing Hooks](https://reactjs.org/docs/hooks-intro.html)
 |