https://github.com/the-road-to-learn-react/react-hooks-introduction
Introduction to React Hooks for function components (released in React 16.7.)
https://github.com/the-road-to-learn-react/react-hooks-introduction
function-components react react-hook react-hooks reactjs
Last synced: 8 months ago
JSON representation
Introduction to React Hooks for function components (released in React 16.7.)
- Host: GitHub
- URL: https://github.com/the-road-to-learn-react/react-hooks-introduction
- Owner: the-road-to-learn-react
- Created: 2018-10-30T00:14:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T10:08:53.000Z (over 3 years ago)
- Last Synced: 2025-03-31T18:21:16.934Z (9 months ago)
- Topics: function-components, react, react-hook, react-hooks, reactjs
- Language: JavaScript
- Homepage: https://roadtoreact.com
- Size: 521 KB
- Stars: 259
- Watchers: 7
- Forks: 66
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# react-hooks-introduction
[](https://travis-ci.org/the-road-to-learn-react/react-hooks-introduction) [](https://slack-the-road-to-learn-react.wieruch.com/) [](https://greenkeeper.io/)
Showcasing popular React Hooks in function components such as useState, useEffect and custom hooks. Read more about [React Hooks](https://www.robinwieruch.de/react-hooks/) and [data fetching with React Hooks](https://www.robinwieruch.de/react-hooks-fetch-data/).
## Installation
* `git clone git@github.com:the-road-to-learn-react/react-hooks-introduction.git`
* cd react-hooks-introduction
* npm install
* npm start
* visit `http://localhost:3000`