React.js Notes
361 subscribers
70 photos
4 files
46 links
Welcome :)
Public React Notes
Download Telegram
Components
What is JSX ?
Imperative => How to do
Declarative => What we want
Styles => style={{}}
We can write styles inline
or external. but must import "index.css"

class => called className=" "
Start day-8 ⚛️⚛️
https://downloadly.ir/elearning/video-tutorials/nodejs-express-mongodb-bootcamp-5/
Udemy – Node.js، Express، MongoDB & More: The Bootcamp 2023 2023-6


https://t.me/ReactbyJonas
كورس ريأكت كامل
flash-cards
is important practice
fiber => improves perceived performance and responsiveness for complex react app
So fiber is a new reconciliation algorithm for react
it turned out that this was useful not just when working with the Dom
But also when working with other things like hardware and virtual reality and native apps
Component Composition
this the solution to Prop drilling
clearly way, instead passing the props all all components tree