React.js Notes
374 subscribers
72 photos
4 files
48 links
Welcome :)
Public React Notes
Download Telegram
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