Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do client side routing in Markojs

Tags:

marko

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

like image 296
Ashik Jyothi Avatar asked Nov 18 '22 22:11

Ashik Jyothi


1 Answers

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

like image 189
wrod7 Avatar answered May 28 '24 02:05

wrod7