NowYouKnowProgramming / webdev-learning-materials

Don't waste time - the highest quality resource hub for web developers (and not only!)
https://bewebdev.tech
BSD 3-Clause "New" or "Revised" License
58 stars 11 forks source link

React materials: looking for materials that explain how react works under the hood #146

Closed goodideagiver closed 1 year ago

goodideagiver commented 1 year ago

https://dev.to/amrtcrypto/how-react-works-behind-the-scenes-5e4k not enough explanation

goodideagiver commented 1 year ago

Reconciliation - React docs

goodideagiver commented 1 year ago

What is Diffing Algorithm? - geeksforgeeks

goodideagiver commented 1 year ago

Virtual DOM and Internals

goodideagiver commented 1 year ago

React fiber architecture

Willaiem commented 1 year ago

How does React work – deep dive into the React framework - The Software House