Skip to content
/ roudex Public

A first-router state manager, inspired by redux, with similar but different usage to be more comfortable and usable, especially for react (for now)

License

Notifications You must be signed in to change notification settings

Rahazad/roudex

Repository files navigation

Roudex

(Router + Redux)

Route is an important part of app-state.

A first-router state manager, inspired by redux, with similar but different usage to be more comfortable and more usable, especially for react (for now)

npm (scoped) install size npm
Dependencies Status devDependencies Status
GitHub GitHub forks GitHub stars

Installation

npm i @rahazad/roudex

or using yarn:

yarn add @rahazad/roudex

Usage

See example 1:

  • Source
  • Sandbox (After launch, open DevTools-console to see state-manager logs.)

License

MIT © Mir-Ismaili