Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T09:45:39.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T13:14:24.840Z (11 days ago)
- Topics: crud-app, hooks, javascript, jsx, react, react-hooks
- Language: JavaScript
- Homepage: https://taniarascia.github.io/react-hooks/
- Size: 918 KB
- Stars: 377
- Watchers: 14
- 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).