domtaylor / react-hooks-firestore

React Firebase Hooks: CRUD App with Firebase Cloud Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Hooks Firestore: CRUD App with Firebase Cloud Firestore

We're gonna build an React Firestore App using firebase library in which:

  • Each Tutorial has id, title, description, published status.
  • We can create, retrieve, update, delete Tutorials (CRUD operations) from Firebase Cloud Firestore

react-hooks-firestore-example-crud-app

For instruction, please visit:

React Hooks Firestore example: Build a CRUD app

More practice:

React Firebase Hooks: CRUD App with Realtime Database example

React (Hooks) CRUD example to consume Web API

React Pagination using Hooks example

React Hooks File Upload example

React Hooks: JWT Authentication & Authorization example

React + Redux + Hooks: JWT Authentication & Authorization example

Fullstack with Node.js Express:

React.js + Node.js Express + MySQL

React.js + Node.js Express + PostgreSQL

React.js + Node.js Express + MongoDB

Fullstack with Spring Boot:

React.js + Spring Boot + MySQL

React.js + Spring Boot + PostgreSQL

React.js + Spring Boot + MongoDB

Fullstack with Django:

React.js Hooks + Django Rest Framework

This project was bootstrapped with 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 to view it in the browser.

The page will reload if you make edits.

About

React Firebase Hooks: CRUD App with Firebase Cloud Firestore


Languages

Language:JavaScript 82.8%Language:HTML 12.8%Language:CSS 4.5%