All notes/ react
Build my own UI library: Aneta UI [under development]
A set of common convenient UI components: super combobox, tree, multi select dropdown...
React Rendering Behavior
React Component Render Optimization Techniques
Automatic batching for fewer renders in React 18
A Visual Guide to React Rendering - Cheat Sheet
Why React component must return a single element?
How to publish your NPM package?
key vs id
What should we return from the useEffect hook?
How does SPA find where to refresh in the DOM tree?