cherrytree icon indicating copy to clipboard operation
cherrytree copied to clipboard

A flexible nested router.

Results 6 cherrytree issues
Sort by recently updated
recently updated
newest added

Hi, I've been developing a [fork of cherrytree](https://github.com/blikblum/cherrytreex) published as cherrytreex, currently as version 3.4. It's API is compatible with v2 but adds some features from v3 Here's what changed:...

I have an middleware that attaches a resolve handler to transition using ``` transition.then(function(){ setFlag }) ``` Then in application code ``` router.transitionTo('parent').then(function(){ checkFlag }) ``` `checkFlag` will run before...

Rollup provides the following advantages: - smaller transpiled code due to avoidance of require calls [1] - saner and smaller code for exported functions, e.g., it will not transpile `clone(router.state.param)`...

Just had a use case where it would have been useful to be able to transitionTo or replaceWith with `{silent: true}` option that doesn't fire off the middleware.

/login#something ...works /#something ...is not found, while / works and on initial load /#something is replaced with /something