Experiments
Things I build to learn. Not products — just explorations.
Building React From Scratch
ActiveRecreating React's core reconciliation and rendering from first principles to deeply understand how it works under the hood.
Custom Bundler
PausedA minimal JavaScript bundler to understand module resolution, dependency graphs, and code splitting.
Tiny Virtual DOM
DoneA lightweight virtual DOM implementation exploring diffing algorithms and efficient DOM updates.