navi icon indicating copy to clipboard operation
navi copied to clipboard

🧭 Declarative, asynchronous routing for React.

Results 44 navi issues
Sort by recently updated
recently updated
newest added

Can I use Navi with reduxToolKit? Is there any examples ?

Is this project maintained? I am afraid it's not... :( * No response to issues * Last commit ~2y ago Anyone knows what is going on with Navi?

``` Find out more about deployment here: https://bit.ly/CRA-deploy navi-scripts: Using config at C:\Users\forge\Documents\GitHub\navi.config.js [ohshit] An error occured while building your app Couldn't find window.NaviScripts - did you call register()? Error:...

Thanks for the nimble navigation project. I am considering use navi instead of react-router in next project. I want to redirect new user with initial password to `change_password_page` and prevent...

Similar to #190. When using the traditional forward/back buttons, the scroll position is preserved. If you scroll down, click a link, and then go back, you won't end up back...

Hi, I was trying out the Navi TS blog example and as soon as I ran `yarn start` I got this: ``` navi/my-blog/node_modules/@types/react-dom/node_modules/@types/react/index.d.ts TypeScript error in /Users/erick/Documents/spark-analytics/navi/my-blog/node_modules/@types/react-dom/node_modules/@types/react/index.d.ts(2978,14): Duplicate identifier 'LibraryManagedAttributes'....

The plus-character is not getting decoded when used in the query string, but is instead passed on as-is in query parameters in `request.params`. An example of a query string that...

I just did a create react app and recieves the react strict mode `` around my App. If i just add a simple route that uses getData, or anything withData...

Currently there is only one boundary - `NotFoundBoundary` which catches only `NotFoundError` errors. In my app I also need to prevent access to specific pages and for that I would...

#55 says `Link.defaultProps.prefetch = null` but now `Link` is a FunctionalComponent. AND WHY PREFETCH IS ENABLED BY DEFAULT ON HOVER? TO DDOS MY BACKEND SERVER?