5

how to do client side routing in Markojs. Is there anything inbuild like react router as in react?

Ashik Jyothi
  • 757
  • 10
  • 17
  • 1
    Maybe follow this issue: https://github.com/marko-js/marko/issues/633 – Pablo Rincon May 15 '17 at 20:36
  • use - Marko Router , I discussed with marko team , They will create their own router for Marko https://www.npmjs.com/package/marko-router or https://www.npmjs.com/browse/depended/marko-path-router – Anup Yadav Jun 06 '17 at 04:59

3 Answers3

1

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

wrod7
  • 179
  • 10
0

Try marko-router5. It's very similar react-router or vue-router.

Jessé Pinheiro
  • 303
  • 1
  • 3
  • 10
-1

I can try marko-cli too and create a new project. There are a full stack to create new routes, components and tests.

Jessé Pinheiro
  • 303
  • 1
  • 3
  • 10