How to do client side routing in Markojs
Clash Royale CLAN TAG#URR8PPP
How to do client side routing in Markojs
how to do client side routing in Markojs. Is there anything inbuild like react router as in react?
use - Marko Router , I discussed with marko team , They will create their own router for Marko npmjs.com/package/marko-router or npmjs.com/browse/depended/marko-path-router
– Anup Yadav
Jun 6 '17 at 4:59
3 Answers
3
Try this npm package for client side routing with marko. marko-path-router
I can try marko-cli too and create a new project. There are a full stack to create new routes, components and tests.
Try marko-router5. It's very similar react-router or vue-router.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Maybe follow this issue: github.com/marko-js/marko/issues/633
– Pablo Rincon
May 15 '17 at 20:36