Found 12 bookmarks
Custom sorting
Virtual DOM: Back in Block | Million.js
Virtual DOM: Back in Block | Million.js
A deep dive into the block virtual DOM and how Million.js uses it.
When a component is rendered, the virtual DOM calculates the difference between the new state and the previous state (a process called "diffing") and makes the minimal set of changes to the real DOM to bring it in sync with the updated virtual DOM (a process called "reconciliation").
·million.dev·
Virtual DOM: Back in Block | Million.js
How to handle errors in React: full guide
How to handle errors in React: full guide
Looking into how to catch and handle errors in React: usages, patterns and caveats of try/catch and ErrorBoundary, what's possible, what's not, and how to catch async errors with ErrorBoundary
·developerway.com·
How to handle errors in React: full guide
The Web’s Next Transition
The Web’s Next Transition
Web is made up of technologies that got started over 25 years ago. Now, we are transitioning to a new and improved architecture for building web applications.
·epicweb.dev·
The Web’s Next Transition
You Can Stop Hating React.FC
You Can Stop Hating React.FC
React.FC is now perfectly fine to use in TypeScript 5.1 and React 18. It no longer implicitly includes children and accepts more return types.
·totaltypescript.com·
You Can Stop Hating React.FC