Frontend Almanac
@frontend_almanac
1.44K
subscribers
1
photo
1
video
26
links
Author’s channel by Roman Maksimov. Web developer since 2006.
Download Telegram
Join
Frontend Almanac
1.44K subscribers
Frontend Almanac
#javascript
#react
https://blog.frontend-almanac.com/JqtGelofzm1
Teletype
Detailed
React
. Reconciliation, Renderers, Fiber, Virtual Tree
Today we will look under the hood of the library and try to understand how it works inside, how it stores data, and how Virtual Tree looks like
Frontend Almanac
#javascript
#react
https://blog.frontend-almanac.com/react-state-management
Teletype
State management in
React
applications
The issue of state management in
React
applications has always been very relevant.
React
itself, when it first came out, did not offer...
Frontend Almanac
#javascript
#react
https://blog.frontend-almanac.com/react-memoization
Teletype
React
. Nodes update and memoization
In this article, we will delve "under the hood" of the
React
engine and see how node updates occur and will also explore the principles of memoization