A tutorial for building web applications with Incr_dom
At Jane Street, our web UIs are built on top of an in-house framework called Incr_dom , modeled in part on React’s virtual DOM . Rendering different views efficiently in response to changes made to a…
Read the full articleYou might also wanna read
What React DOM Does: Bridging React Components and the Browser
React DOM is a package that serves as the link between React's component system and the browser's Document Object Model, handling how UI com

Declarative Shadow DOM
What we are able to build using the web platform has gone into overdrive, especially in the last two years. Most of the action has been in t
Web Components Enable Framework-Free Modern UI Development
Modern browsers support reactive web interfaces without React, Vue, or Angular. Web components and shadow DOM make frameworks optional.
The Evolution and Challenges of HTML and the DOM in Modern Web Development
Rethinking DOM from first principles

Understanding Form Approaches in React and Next.js: UI Components vs. Rule Engines
Some forms stay UI, while others quietly become rule engines. Here’s why these two different approaches exist and how to choose between them
Building a Simplified React Implementation from Scratch
We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the…

Comments
Sign in to join the conversation.
No comments yet. Be the first.