Tech News
← Home  ·  All topics

Vidact

1 GoKawiil brief on this topic

Vidact compiler converts React components into direct DOM code at build time

Vidact is a new build-time compiler that analyzes React function components and generates plain JavaScript DOM manipulation code instead of shipping a runtime virtual DOM. Component bodies execute only once at mount, and subsequent setState calls update only the specific text nodes and attributes tied to that state. The project is in beta, supports a documented subset of React 19, and rejects unsupported code patterns during compilation.