Dev.to
techCenter
How Farm.js compiles React components into direct DOM updatestranslating…
I've been building Farm.js, a full-stack framework with an experimental ahead-of-time compiler for React (repo on GitHub). The short version: when the compiler can prove at build time exactly which DOM nodes a piece of state touches, it skips React's render cycle entirely for…
Keywords#DOM#React#compiler#farm#js