Skip to main content

Command Palette

Search for a command to run...

REACT video learning 3

React

Published
1 min readView as Markdown
REACT video learning 3
P

GEC Rajkot 2026.

  • Entry 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 suggests that the names of the components should be capitalized.

  • The libraries that you use out of them some of them will force you to name the component name as .jsx as per their rules the example of it is vite etc. Some may not require .jsx