0.1.7 • Published 3 years ago

@miizzo/effector-router v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago