Patel Nayantechblog89.hashnode.dev·Oct 29, 2024REACT video learning 3Entry point of React js is index.js The vite is a ligh weight as compared to react only. WE have created two projects 01basicreact and 02 basicreact in which we have elearned how to create components such as Superman(){} and Chai(){} REACT suggest...Discuss·1 likeReact
Taru Pathaktarupathak.hashnode.dev·Oct 11, 2024Learning React with Chai aur Code pt.2Okay so I am at episode 4 I mean lecture 4 of chai-aur-react series by Hitesh Chaudhary. Here, we see how raw javascript and react work in similar ways, but in javascript we had to write raw functions and configure them, really interesting. Though wi...Discusschai-aur-react
Taru Pathaktarupathak.hashnode.dev·Oct 10, 2024Learning React with Chai aur CodeHey, greetings everyone, I am Taru Pathak, 3rd year Engineering Student, hope you are having a good day, just sharing a review of my learning and respectfully commenting on the Chai aur Code. Started React last night from youtube, came across Hitesh ...Discusschai-aur-react
Shiva Nagendra Babu Koreshivanagendrababu.hashnode.dev·Sep 30, 2024🧑💻 Step-by-Step Guide for React Native Beginners: From Setup to Running Your First App! 🚀 @chai aur code1️⃣ Installing React Native Run the following command: npx react-native init Awesome01 ⚠️ Note: The init command is deprecated; you'll see a message advising to use npx @react-native-community/cli init after Dec 30, 2024. 2️⃣ Setting Up Andro...Discuss·1 like·29 reads@hiteshchoudharylco
Vishesh Guptavisheshg.hashnode.dev·Sep 24, 2024React Router Crash Course | Chai aur react #12 SummaryIn this video, we explored React Router DOM, an essential library for adding navigation to React applications without reloading the page. Key Takeaways: React Router Basics: React Router DOM allows us to handle different routes in a React app effic...DiscussJavaScript
Vishesh Guptavisheshg.hashnode.dev·Sep 14, 2024useEffect, useRef and useCallback with 1 project | Chai aur react tutorial #10 SummaryWatch - Chai aur react #10 Key Concepts Covered: Project Setup: You started by setting up the React project with Vite and configuring Tailwind CSS for styling, making it visually appealing and efficient for building the UI. Component Layout: The...Discuss·10 likes·77 readsJavaScript
Vishesh Guptavisheshg.hashnode.dev·Sep 14, 2024Building a react project | bgChanger | Chai aur react tutorial #9 SummaryWatch - Chai aur react #9 React Setup with Vite: You started by setting up a new React project using Vite (a modern build tool that's fast and lightweight). Tailwind CSS for Styling: Tailwind was integrated for styling, making it easier to handl...Discuss·10 likesJavaScript
Vishesh Guptavisheshg.hashnode.dev·Sep 14, 2024A react interview question on counter | Chai aur react tutorial #8 SummaryIn this video Watch - Chai aur react #8, the focus was on a common React interview question involving a counter. Here’s what I learned: Basic Counter Setup: We created a simple counter component to understand how it works. Interview Scenario: Th...Discuss·10 likesReact
Vishesh Guptavisheshg.hashnode.dev·Sep 14, 2024Tailwind and Props in ReactJS | Chai aur react tutorial #7 SummaryIn this video Watch - Chai aur react #7 , I learned how to configure Tailwind CSS in a React project and how to use props effectively. Here's a breakdown: Configuring Tailwind: The video starts by showing how to configure Tailwind CSS in a React pr...DiscussReact
Vishesh Guptavisheshg.hashnode.dev·Sep 12, 2024Virtual DOM, Fiber, and Reconciliation | Chai aur react tutorial #6 SummaryWatch - Chai aur react #6 [Video Based Summary The](https://youtu.be/kAOuj6o7Kxs?si=IQN1fS60P5rW8-Zk) video starts off with a fun and relatable story from the teacher. He shares an experience where he visited a doctor due to symptoms like coughing,...Discuss·10 likesJavaScript