Coder Social home page Coder Social logo

Comments (4)

nitzanma avatar nitzanma commented on April 27, 2024 1

How do I navigate with an addition of search params?

You can just include them in the paramter:

router.navigate('/path?a=1&b=2')

completely renders twice immediately

This sounds like a StrictMode issue to me - in which case it would be dev-only. You could try moving the server API call to a loader to decouple it from the rendering cycle.

Again, many thanks. You helped a lot with these 2 comments and it seems like upgrading was finally completed!

Warm suggestions for adding the RouterProvider solution to the official migration document.

from react-router.

brophdawg11 avatar brophdawg11 commented on April 27, 2024

It depends on what APIs you are using (BrowserRouter, unstable_HistoryRouter, RouterProvider, etc.)

There's an explanation of your options in #9422 (comment) and #9422 (comment) but the recommendation would be to get to RouterProvider and use router.navigate. Please note the second linked comment there on how you can very easily nest your app in a RouterProvider splat route to enable the usage of router.navigate

from react-router.

nitzanma avatar nitzanma commented on April 27, 2024

It depends on what APIs you are using (BrowserRouter, unstable_HistoryRouter, RouterProvider, etc.)

There's an explanation of your options in #9422 (comment) and #9422 (comment) but the recommendation would be to get to RouterProvider and use router.navigate. Please note the second linked comment there on how you can very easily nest your app in a RouterProvider splat route to enable the usage of router.navigate

Hi, thanks a lot for your response.
It did help me to make a big progress!

One question I have - router object, that now I should be able to use it in my stores - How do I navigate with an addition of search params?
I manage to navigate to simple routes with router.navigate(....)
but couldn't understand how to add search params.

second question - in this migration branch, since updated everything (including turning class components to function component), there's a case I couldn't figure out yet, where a routing happening twice, in a way that the element to render looks as if it completely renders twice immediately.
This causes duplicate server calls, while the second one is, of course, not needed, and results in popping an error.
any idea why this is happening maybe?

from react-router.

brophdawg11 avatar brophdawg11 commented on April 27, 2024

How do I navigate with an addition of search params?

You can just include them in the paramter:

router.navigate('/path?a=1&b=2')

completely renders twice immediately

This sounds like a StrictMode issue to me - in which case it would be dev-only. You could try moving the server API call to a loader to decouple it from the rendering cycle.

from react-router.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.