Subrata Chsubrata.hashnode.devยทSep 2, 2024React on Firebase!๐ฅ: Part 5Creating a Firebase project and database can be overwhelming for beginners because it involves multiple steps. So, I will break down the process into three simple steps and include important images for each step. โก Step 1: Setting up a Firebase proje...DiscussReact on Firebase ๐ฅReact
Subrata Chsubrata.hashnode.devยทSep 2, 2024React on Firebase!๐ฅ: Part 4In this part of the series (Part 4), we will add a delete function so users can remove tasks. Next to each task, we will add a delete button that can be used to delete a specific task. We will also add a pre-delete confirmation to prevent accidental ...DiscussReact on Firebase ๐ฅFirebase
Subrata Chsubrata.hashnode.devยทSep 2, 2024React on Firebase!๐ฅ: Part 3In the last part of the series (Part 2), we added a feature for adding tasks and input validation. In this part, we will update our App.jsx file to add two more functionalities: toggleTaskDone and sort. When the user clicks on a task to mark it as co...DiscussReact on Firebase ๐ฅNative JS vs React
Subrata Chsubrata.hashnode.devยทSep 2, 2024React on Firebase!๐ฅ: Part 2This post will explore how to scaffold a basic React app for our ToDo application. We will add functionality that allows users to add a new task to the list. We will not connect our app to the Google Firebase database at this stage. We will use a fro...DiscussReact on Firebase ๐ฅReact
Subrata Chsubrata.hashnode.devยทSep 2, 2024React on Firebase!๐ฅ: Part 1When learning React for the first time, developers might have to convince themselves why they are learning another JavaScript library! Questions like the following may arise: ๐ What can React do that native JavaScript cannot? โ React enhances JavaSc...Discussยท35 readsReact on Firebase ๐ฅWhy React VDOM