Aaksaaks.hashnode.dev·Oct 18, 2024Basic AccordionFor the 15th day of my React journey, I decided to create a simple accordion. It was a fun exercise that helped me practice how to manage state and conditional rendering in React. Let me walk you through what I did. Components/accordion/data.js First...react project
Victor Essieneddiebadcoder.hashnode.dev·Aug 2, 2024Demystifying ACID Transactions with Prisma: A Full-Stack Demonstration from ScratchIn 2023, a popular online retail company, Tastytrove restaurant, boasted of its efficient inventory management system, which was crucial for handling thousands of carts and orders placed by its customers. The company’s system was designed to update s...5 likes·165 readsprisma
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Jul 1, 2024Journey to ReactIntroduction to React React is a popular JavaScript library for building user interfaces. It was developed by Facebook and is widely used for creating dynamic and interactive web applications. React follows a component-based architecture, where the u...React
Kirstykirsty.hashnode.dev·Jun 22, 2024My Week with TailwindCSS: Overcoming Deployment IssuesIntroduction This was a fun week. It isn't over yet; it's Friday, and I still have the whole day ahead, but I'm writing stuff down now. This week, I worked on my Scrimba solo project from the React course. It was the second project, which involved cr...Tailwind CSS
Nehal Ingolelearnwithnehal.hashnode.dev·Feb 23, 2024Building an Authentication Service with AppwriteIntroduction In today's digital landscape, the need for robust authentication services is paramount. Whether you're developing a web application, mobile app, or any other software solution, ensuring secure access for users is a fundamental requiremen...26 readsReact
Sahil Shubhamblog.sahilshubham.com·Jan 30, 2024How To Setup a React Project With ViteTypically, you create a React project with create-react-app (CRA) which takes a lot of time to install over 140mb of dependencies. Vite is a lightweight tool that takes up 31 MB of dependencies, which will save time in starting a new project. Vite al...31 readsReact
IDits-id.hashnode.dev·Dec 27, 2023Setting Up React Project: Understanding the project structureReact is one of the most popular and hottest JavaScript libraries around for building user interfaces. It allows us to create reusable components that can render dynamic data and handle user interactions. In other words, Think of React as a fancy Leg...95 readsReact
Pradhumansinh Padhiyarpradhuman.hashnode.dev·Aug 25, 2023Getting Started with React: Creating Your Own Blog App - Part 5Introduction In this article of our React blog series, we will implement a search feature and a profile page for our blog. This will allow your name to be automatically updated based on the information you provide in your profile. Additionally, we wi...1 like·28 readsReactReact
Pradhumansinh Padhiyarpradhuman.hashnode.dev·Aug 23, 2023Getting Started with React: Creating Your Own Blog App - Part 3Introduction In this article of our React blog series, we will learn how to add and display a list of blogs. We will cover basic form handling and validation, the useState React Hook, Props in React, passing values between components, and rendering a...40 readsReactReact
Pradhumansinh Padhiyarpradhuman.hashnode.dev·Aug 22, 2023Getting Started with React: Creating Your Own Blog App - Part 2Introduction In this article on the React series, we will learn how to navigate between pages using react-router. This article covers basic navigation from one page to another using react-router. In our next blog post, we will in-depth into react-rou...10 likes·62 readsReactReact