/react-firestore-crud

Let's talk about React Firestore Crud. It's pretty similar to react firebase crud so let me take you, step by step, on a journey of discovery where the amazing JavaScript ES6, React and Redux will come together so we can Create, Read, Update and Delete data from Firestore.

Primary LanguageJavaScript

React Firestore CRUD

Let's talk about React Firestore Crud. It's pretty similar to react firebase crud so let me take you, step by step, on a journey of discovery where the amazing JavaScript ES6, React and Redux will come together so we can Create, Read, Update and Delete data from Firestore.

Steps to start

  1. Visit https://github.com/codetapacademy/react-firestore-crud
  2. Click the Fork button
  3. On your profile, click the Clone button and clone it to your local PC
  4. On your PC create a new branch and give it as name, the same username you have on GitHub, all in lowercase, example: git checkout -b marianzburlea, where marianzburlea is my GitHub username.
  5. Inside the /src/component/idea folder you want to create one folder of your own, and name it the same username you have on GitHub, all in lowercase.
  6. Inside this folder of yours you want to create your own idea. Feel free to get inspired from the other solutions.
  7. To make the router work, you want to import your custom component and add it to the render method inside /src/react-firestore-crud.component.jsx
  8. To add it to the top menu, you want to add your Link inside the file /src/component/top-menu/top-menu.component.jsx
  9. After you made at least one change and one commit, feel free to create a PR a.k.a. Pull Request
  10. Check for rewiews and do your best to get it accepted.
  11. Have lots of fun!