Hello all,
I'm using universal stack of glue-stack.
And using
@unitools/router
How could I send params or query params with navigate method?
like
router.navigate('posts',{
title:"any title",
})
And also how to get pathname, segments, a lot of things are missed here.