Summary
Keywords
Full Transcript
120 Days Developer Challange ( Fill This Form ) https://forms.gle/2NBC78NqENvp5A3Z8 Free Career Guidance Contact HR - Nithya Mobile Number - 9150014169 Whatsapp - https://wa.link/2mrgmw PreRequisites Before learning React, it’s good to know some basics. You should understand HTML (for structure), CSS (for styling), and JavaScript (for logic). Knowing ES6+ JavaScript features, like let, const, arrow functions, and destructuring, is very helpful. This foundation makes it easier to understand React concepts. Node Js Installation -------------------- React apps use tools like Node.js to work. To install Node.js: 1.Go to Node.js official website. 2.Download the recommended version. 3.Install it by following the instructions. Node.js allows you to use npm (Node Package Manager), which helps install React and other tools. ViteJs Overview & Create App with Vite --------------------------------------- Vite.js is a modern tool to create and run React apps quickly. It’s much faster than older tools like Create React App because it loads only what’s needed. To create an app with Vite: 1.Run npm create vite@latest app-name. 2.Choose React. 3.Go into the folder and run npm install and npm run dev. Your app will now run locally, and you can start coding! After creating a React app (using Vite or another tool), you’ll see folders like: src: Where your main code goes (components, styles). public: For static files like images. node_modules: Where all installed packages are stored (don’t touch this). This structure helps keep everything organised as you build your app. Kindly watch this Videos Before this Concatenation & Template String - https://youtu.be/ARF39nwWvA4 Destructuring - Array & Object - https://youtu.be/XNIYsjrsAJ4 Higher Order Methods - https://youtu.be/d1nQombsFiQ filter() vs find() - https://youtu.be/Cei901LlYj0 sort(), some() & every() - https://youtu.be/riOPPRQoGC4 reduce() method - https://youtu.be/iHmjwfAU2_A Deep Copy & Shallow Copy - https://youtu.be/6xn_tOt0Uik Synchronous Vs ASynchronous - https://youtu.be/HqC0GWKAXtY PROMISE | Secrets REVEALED - https://youtu.be/cCjt1eh40K8 Async & Await - https://youtu.be/YPWjBH2s7mA Fetch API - https://youtu.be/EDPOZEI5Ar4 Modules - https://youtu.be/6jjyL1_c86g 🔴 Next Video : https://youtu.be/cX5WZTzZIkg Tutor Instagram Profile https://www.instagram.com/kesavan_k7_3011/ Ask Your Doubts Here : https://t.me/uniqtechnologiestechsupport For Source File ( Github ) : https://github.com/uniqvideos/reactjs-tutorials-code/tree/main/React Js/EP2-Project-SetUp 🕘Timestamps: 00:25 - PreRequisites 01:18 - Javascript Episodes Link - Episodes 12, 36, 41 - 44, 49 - 54 04:35 - Node Js Installation 08:45 - Imperative & Declarative Programming Example 15:45 - ViteJs Overview & Create App with Vite 23:35 - Default Directory Explanation 120 Days Developer Challanger ( Fill This Form ) https://forms.gle/espLAjyZdgsCtpSK6 Free Carrer Guidance Contact Our HR Nithya Mobile - 9150014169 Whatsapp - https://wa.link/2mrgmw ▬▬▬▬▬▬ Connect with us 👋 ▬▬▬▬▬▬ Facebook : / uniqtechnologies Instagram : / uniqtechs Twitter : https://x.com/Uniqtechs Sharechat : https://sharechat.com/profile/uniqtechs Moj : https://mojapp.in/@uniqtechs Whatsapp : https://whatsapp.com/channel/0029VaVH... Website : www.uniqjobs.co.in Mail us : [email protected] ©️ Uniqtechnologies Thank you for watching! We hope you found today’s video on [ Create Project With Vite & Imperative VS Declarative Programming ] insightful and informative. If you enjoyed this content, please give it a thumbs up and subscribe to our channel for more educational videos every week! 🔔 Don’t forget to hit the bell icon so you’ll be notified when we upload new content. #reactjstutorial #reactjsfullcourse #Reactjsintroduction #createappwithvite #nodejsinstallation #reactjsproject #reactjsforbeginners react programming in tamil, react js full course in tamil, react js tutorial for beginners, react js project in tamil, react tutorial for beginners in tamil, Create React App with Vite tamil, create react app with vite tamil, vite react javascript tamil, create react app tutorial, create react app vs vite, learn react js in tamil, react advance tutorial in tamil, react js complete course with projects, react js interview questions and answers, reactjs tutorial 2024, how to install node js, how to install node js in windows 11, how to install node js in windows 10, how to install node js in visual studio code, how to install node js in vscode, how to install node js in windows, how to install node js and npm in visual studio code, how to run node js in visual studio code, how to run javascript in visual studio code, how to install npm on windows 10, how to install node js on windows 11, node js, downloading and installing node.js and npm,
