The latest documentation is published at router.effector.dev.
A type-safe, framework-agnostic router built on top of Effector. This repository is a pnpm monorepo that hosts the core router and its framework bindings.
| Package | Description |
|---|---|
@effector/router |
Framework-agnostic core router. |
@effector/router-paths |
Path parsing and matching utilities. |
@effector/router-react |
React bindings for the router. |
@effector/router-react-native |
React Native bindings for the router. |
@effector/router-solid |
SolidJS bindings for the router (draft). |
@effector/router-vue |
Vue 3 bindings for the router (beta). |
Full documentation is published at router.effector.dev. Each package also has its own README: core, paths, react, react-native, solid, and vue.
Contributions are welcome — bug reports, feature requests, documentation fixes, and pull requests. See CONTRIBUTING.md for the development setup, commands, changeset and release workflow, and how to open a pull request.