Curated list of core, first-party and third-party resources for Voby.
The core of the ecosystem is made up of two libraries, oby
, which implements the reactivity system, and voby
which implements a view layer on top of it.
oby
: A tiny Observable implementation, the brilliant primitive you need to build a powerful reactive system.voby
: A high-performance framework with fine-grained observable-based reactivity for building rich applications.
The following first-party resources are provided. These are all official resources that you should use whenever possible.
voby-esbuild
: The official Voby plugin for Esbuild.voby-router
: The official client-side router.voby-vite
: The official Voby plugin for Vite.
The following third-party resources are provided. If you created something on top of Voby please send a PR for adding it to this list.
- Empty
voby-clock
: SVG clock implemented in Voby.