https://github.com/taniarascia/react-hooks
Build a CRUD app in React with Hooks.
https://github.com/taniarascia/react-hooks
crud-app hooks javascript jsx react react-hooks
Last synced: 18 days ago
JSON representation
Build a CRUD app in React with Hooks.
- Host: GitHub
- URL: https://github.com/taniarascia/react-hooks
- Owner: taniarascia
- Created: 2018-10-26T21:21:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T09:45:39.000Z (about 2 years ago)
- Last Synced: 2025-03-29T02:05:33.528Z (25 days ago)
- Topics: crud-app, hooks, javascript, jsx, react, react-hooks
- Language: JavaScript
- Homepage: https://taniarascia.github.io/react-hooks/
- Size: 918 KB
- Stars: 378
- Watchers: 13
- Forks: 224
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Hooks Tutorial
In this tutorial, we'll make a simple CRUD app that can add, update, or delete users.
### [View the demo](https://taniarascia.github.io/react-hooks/) | [Read the tutorial](https://www.taniarascia.com/crud-app-in-react-with-hooks/)
## Author
- [Tania Rascia](https://www.taniarascia.com)
## License
This project is open source and available under the [MIT License](LICENSE).