-
https://blog.hopjump.com/preloading-routes-with-react-suspense/
-
Following the instructions at [gridsome i18n plugin documentation](https://gridsome.org/plugins/gridsome-plugin-i18n), I'm currently experiencing a very weird behaviour. I have my i18n plugin configur…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to have the possibility to customize the name of the routes for each single supported locale.
**Describe the sol…
-
-
Hi there,
This module looks great! I'm wondering if it's possible to add "lines" instead of markers in the current version?
What I would like to be able to do is to render e.g. 5-10 "routes" to …
-
Do you support association routes as well?
If I have a scenario for example..
Students have many courses
Each course has many semesters
Each semester has many subjects
and assuming the associations…
-
current syntax: params binding as keys, path as value
``` js
var router = Router(controller, {
'/' : { 'core': ['module'], 'home': ['core', 'view'] },
'/login' : { 'core': ['…
Guria updated
9 years ago
-
AKA routes that look like
``` js
```
## The issue
We need dynamic routes to support creating an entire category of sties including blogs. However currently we don't have a way to turn something lik…
-
Hi,
Thank you for this great repo!
A question please: How does one unit tests routes in angular 2?
-
I'm trying to set the route after creating a new question to be questions#show which is questions/:id, instead it's just going to /questions.
My questions controller is:
``` ruby
def create
@que…