-
Hello
If I have two components `Home` and `About`, and I have my routes defined the following way:
```
```
Then on the `Home` component I can call `this.context.transitionTo('about1', { text…
-
I'm trying to include a "template repeat" to dynamically create routes, even though they are being rendered, they are not triggering any change when the url is changed.
``` html
…
araad updated
9 years ago
-
This is an extension of PR https://github.com/erikringsmuth/app-router/pull/43 from @sohjsolwin.
Example router.
``` html
```
Paths `/page/1` and `/page/2` will both match the last route…
-
Hello,
First, thank you for this amazing library.
I'm experimenting this issue with any page transitions library eg. **next-page-transitions** **framer-motion** etc. Problem is that translation…
-
Hi! @drcmda I was wondering if you have examples with Reach Router. Here's what I have so far, appreciate the help!
```javascript
import React, { useState } from 'react';
import { Router, Locatio…
-
There are a few tweaks that were needed to make this compatible with ui-router version 1.0+.
The `$transitions` module is now used to monitor state changes, and some of the state properties that wer…
-
When changing from splash to home or switching views in general, a short fade transition should be displayed.
Check https://router.vuejs.org/guide/advanced/transitions.html
-
The documentation for the router says that its compatible with polymer and page animations, however since the release of Polymer 1.0 Google has replaced the "core-animated-pages" with "neon-animated-p…
-
Story: in some cases we want to block user navigation and inform user why is not possible to do page change/modal close (for input forms etc...)
example of usage
https://codedaily.io/tutorials/46/…
-
- [x] Add a custom logger class rather than depending on a package
- [ ] Update router class to show navigation transitions
- [x] Missing assets directory mentioned in pubspec.yaml
- [x] Add todo a…