0.1.7 • Published 4 years ago

@miizzo/effector-router v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Route your web application with effector.

Installation

npm install effector history @miizzo/effector-router

Usage example

import { guard } from 'effector';
import { pushed, $pathname } from '@miizzo/effector-router';

guard({
  clock: $pathname,
  filter: (pathname) => pathname === '/',
  target: pushed.prepend(() => '/home'), 
});
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago