How to do client-side routing in Markojs

how to do client-side routing in Markojs. Is there anything to embed, like reacting to a router, how to react?

+4
source share
2 answers

Try this npm package for client-side routing with marko. marko-path-router

+1
source

I can try marko-cli and create a new project. There is a complete stack for creating new routes, components, and tests.

0
source

Source: https://habr.com/ru/post/1675259/


All Articles