We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routes and location are used here: https://github.com/jaredpalmer/react-production-starter/blob/master/client/index.js#L33 match({ routes, location }, (error, redirectLocation, renderProps)
match({ routes, location }, (error, redirectLocation, renderProps)
in this thread, taion says that routes and history should be used on the client remix-run/react-router#3290 (comment)
does this cause any problems?
The text was updated successfully, but these errors were encountered:
@djeeg I'm honestly not sure of the difference.
Ryan Florence uses location here: https://github.com/ryanflorence/example-react-router-server-rendering-lazy-routes/blob/master/modules/client.js#L12
Feel free to submit a PR if you find a major difference in perf.
Sorry, something went wrong.
@djeeg did you figure out this issue with redial?
No branches or pull requests
routes and location are used here:
https://github.com/jaredpalmer/react-production-starter/blob/master/client/index.js#L33
match({ routes, location }, (error, redirectLocation, renderProps)
in this thread, taion says that routes and history should be used on the client
remix-run/react-router#3290 (comment)
does this cause any problems?
The text was updated successfully, but these errors were encountered: