coreact
Coreact is an open-source JavaScript library designed for building user interfaces with a focus on core reactive state management. It provides a minimal runtime and a small set of primitives that let developers compose UIs from declarative components while keeping the surface area limited.
At its core, Coreact relies on signals, effects, and memos. Signals represent observable values; effects run
The rendering model emphasizes incremental updates and batch processing to minimize DOM work. Coreact supports direct
Coreact originated from a collaborative project released in 2023 and is maintained by an open community under