0.2.0 • Published 6 years ago

@panter/manul-alerts v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Manul-Router

Adapter for https://github.com/kadirahq/flow-router for manul/mantra/react-apps

We implemented it to hide FlowRouter and make a transition to react-router more easy.

It also provides a function to create navigation-items that can be used to create navigations.

Install

npm install --save @panter/manul-router

Features

  • minimal api exposes some functions of FlowRouter and adds functions to create navigation items that can be used in navgiations
  • No automatic link detection unlike vanilla FlowRouter, but similar to react-reacter, simple -tags will cause a page-reload! You have to create a navItem (with createNavItem) which will have a onClick-Function that can be passed to an -tag. The automatic link detection causes problem if you want to interfer with the click, that's why we decided to disable it. This makes it easier to switch to react-router because it behaves similarly.
0.2.0

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago