Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bezkoder/react-firebase-hooks
React Firebase Hooks: CRUD App with Realtime Database example
https://github.com/bezkoder/react-firebase-hooks
firebase firebase-crud firebase-database firebase-realtime-database react react-firebase-hooks react-js reactjs realtime-database
Last synced: 3 days ago
JSON representation
React Firebase Hooks: CRUD App with Realtime Database example
- Host: GitHub
- URL: https://github.com/bezkoder/react-firebase-hooks
- Owner: bezkoder
- Created: 2020-09-08T10:04:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T09:35:41.000Z (about 4 years ago)
- Last Synced: 2024-10-29T23:07:34.357Z (17 days ago)
- Topics: firebase, firebase-crud, firebase-database, firebase-realtime-database, react, react-firebase-hooks, react-js, reactjs, realtime-database
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Firebase Hooks: CRUD App with Realtime Database
For instruction, please visit:
> [React Firebase Hooks: CRUD App with Realtime Database example](https://bezkoder.com/react-firebase-hooks-crud/)> [React (Component) Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-crud/)
More practice:
> [React Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-firestore-crud/)> [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
> [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/)
Fullstack with Node.js Express:
> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)
> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)
Fullstack with Spring Boot:
> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)
> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)
Fullstack with Django:
> [React.js + Django Rest Framework](https://bezkoder.com/django-react-axios-rest-framework/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Project setup
In the project directory, you can run:
```
npm install
# or
yarn install
```or
### Compiles and hot-reloads for development
```
npm start
# or
yarn start
```Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.