Multi Page App and Routing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Multi Page App and Routing

sergio_101

Hi, all..

one more question..

How would i go about handling url paths and serving different content based on such paths? Where would I start looking on this?

Thanks!


--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Multi Page App and Routing

Herby Vojčík


sergio_101 wrote:
>
> Hi, all..
>
> one more question..
>
> How would i go about handling url paths and serving different content
> based on such paths? Where would I start looking on this?

microjs.com?

That is, Amber does not prescribe anything in this matter. Just use some
JS library, as integrating most of them (except ones that use prototype
inheritance too smartly, like Angular 1) is easy.

When this topic was last up, IIRC I found out one called leviroutes that
seemed small enough. There is also director recommended by TodoMVC. Or
just use one you like.

> Thanks!

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.