Working with a non-opinionated framework such as React gives you a lot of freedom, but also introduces more room for mistakes. An opinionated framework is like a safety net that lowers the learning curve, taking away much of the flexibility in the process. To avoid it, one needs to really understand how React works internally.
Table of contents
Taming a non-opinionated frameworkMy First React-like “framework”What’s in the box?Read more about: concurrent rendering and other new features introduced in React 18Render vs Commit PhaseThe Work LoopA side note – binary heapBack in the loopSummary, i.e. “what does React do” vs “how does React work”If you have reached this place, it means that you really like React and frontend.1 Comment
Sort: