Skip to content

meteor-activeroute/flow-router

Repository files navigation

activeroute:flow-router

This is the kadira:flow-router adapter for activeroute:core.

This adapter only work in client code as kadira:flow-router is a client-side only router.

Install

meteor add activeroute:flow-router

Usage

This package is useless on it's own, it's a router adapter for activeroute:core.

import ActiveRoute from 'meteor/activeroute:core';
import adapter from 'meteor/activeroute:flow-router';

const activeRoute = new ActiveRoute({
  routerAdapter: adapter,
});

activeRoute.name('home');
// return true/false

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors