Liyang L
Liyang L
> The way to do this is with wildcards on the `mount()`. This lets you direct the mount to fall through to another matcher if it fails to match, which...
> That's a good question. I'm not sure I've got a great answer, but given that `withView` just returns a function, one possibility would be to create a layout, and...
> The behavior here has changed in 0.13 (which was released a few minutes ago). > > In 0.12, it _should_ have worked automatically, although this prevented people from integrating...
I think it's fine to let the router manage the title, router is responsible for rendering pages, title is a page property, so why not? And I definitely wouldn't like...
@kettanaito good points. I just feel it's convenient to declare the title along with routes, since titles are usually fixed for each page. Another obvious benefit is that I can...