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
- Visit https://github.com/codetapacademy/react-firestore-crud
- Click the Fork button
- On your profile, click the Clone button and clone it to your local PC
- 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
, wheremarianzburlea
is my GitHub username. - 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. - Inside this folder of yours you want to create your own idea. Feel free to get inspired from the other solutions.
- 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
- To add it to the top menu, you want to add your Link inside the file
/src/component/top-menu/top-menu.component.jsx
- After you made at least one change and one commit, feel free to create a PR a.k.a. Pull Request
- Check for rewiews and do your best to get it accepted.
- Have lots of fun!