Release 0.31: new hot reload, projections and sorting in stores, new router
Briefly

This release switches to fast hot reload using esbuild, adds projections and sorting to stores, and uses rcompat's new router, adding support for optional and rest path parameters.
Primate now uses esbuild as its built-in bundler via rcompat, providing fast hot reloading, replacing the slow Node file watching mechanism.
This release enhances Primate's stores, allowing projections through a second parameter and sorting via a third parameter in Store#find.
rcompat's new filesystem router in this release supports various type parameters like Next or Svelte, enabling optional and rest path parameters for flexible routing options.
Read at Primatejs
[
|
]