ReactHooks¶
- description: Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.
- official links:
- useful links:
- Atix related repositories:
- tags: ReactJs
- used in: Most of the new projects in react. Also called "the future of react".