James K Nelson
James K Nelson
Awesome 👍 can't wait to see what you put together.
Oh dear, that documentation seems to be quite out of date :-/ Segments are now called Chunks. I probably should just remove this from the documentation though, as custom matchers...
> Are there any plans to allow for custom chunk types? I've got plans for *something* like this, although it's probably going to take a while to get around to...
Sorry about the delay in replying to this one. Access to context is indeed a big problem, and it's something I'm not sure is easy to fix with the Navi...
Thanks for brining this up! What a bizarre bug. Any chance you could quickly run `Object.entries({})` in the version of chrome that this is failing on, and see if it...
This is currently the expected behavior, as Navi is mainly focused at websites. I'm curious – are you using Navi to build an app instead of a mobile web site?...
I see, that makes sense. I'm not exactly sure of the best way to go about this. I'm personally of the opinion that modals usually shouldn't have their own URLs,...
There's no way to do it with React.lazy (yet), but it's possible to load components/routes asynchronously within your routes, and pass them to your component as view props. E.g. using...
This is something I've struggled with too. One of my design goals with Navi is that it should be possible to do static rendering for a website built with create-react-app,...
Yeah, I agree that it's a lot of work. That's a big part of why I've skipped it and just left navi-scripts as minimal as possible. I think if we...