Vidact compile les composants React en DOM direct sans Virtual DOM
Summary
Vidact is a compiler that converts React-shaped components into direct DOM operations with no Virtual DOM, offering small bundles and predictable updates. The article (a GitHub README) outlines its architecture, core benefits, and how it fits into SPA/SSR workflows with a suite of Vidact packages.