imba-router
imba-router copied to clipboard
Experimental router for Imba
https://github.com/imba/imba/issues/477
"Experimental router for imba" was confusing when npm says it's the "official" router.
Originally by registered by @mphuie in https://github.com/imba/imba/issues/222 ### Description imba-router requires a specific server-side side config. ### Why This severely limits useful of imba, static sites cannot be created with...
We are considering moving our components to Imba but keeping our app logic in JS. Is it possible to access the Imba Router and call its methods? For example send...
The `add customer` button does not do anything. Tried implementing it but could not get tap to work on the button.
I am using jquery tabs which uses anchor links to switch tabs. Here is the imba tag which is being mounted import "imba-router" export tag App def mount (window:$ "#left-toolbar-tabs").tabs...
Hi. I'm playing with imba-router and struggle with developing simple authentication process. [request private page] → [controller (check the session)] → [render private page] or [redirect to sign-in page] I've...
Hey there! First of all, thanks a lot for imba and this library. I've just come in contact with it and one thing I've been struggling with is how to...
It would be good if it has some fallback routes functionality For example: ```imba def render ```
With this code: ``` tag App def render ``` If we open the `/page/two`, the `PageOne` element will be mounted too.. Demo: https://scrimba.com/c/c8e67sE