Skip to content
New issue

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

fluxible-router: remove route from dehydrated state #670

Commits on Nov 15, 2020

  1. fluxible-router: remove currentNavigate.route from dehydrated state

    Besides avoiding unnecessary data to be sent to the client (given that
    RouteStore currently doesn't need currentNavigate.route to
    re-hydrate), we prevent browsers to break given that
    currentNavigate.route.action and currentNavigate.route.handler may
    contain server transpiled code that is not compatible with them.
    pablopalacios committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    ab3c424 View commit details
    Browse the repository at this point in the history