frost.js

Frost.js is a minimal React-like library made for learning frontend fundamentals like the Virtual DOM and rendering.

frost.js

View Project

I built a React-like runtime from scratch to demystify reconciliation and rendering. Writing the Virtual DOM and diffing logic pushed me to focus on clarity and testability.

Tech

TypeScriptReactVirtual DOMLibrary