Skip to content
Discussion options

You must be logged in to vote

@maxonfjvipon Inertia is more an SPA which means there are typically no full page reloads and not all parts of page will always get re-rendered. I assume that your route() helper is only rendered on page load. You will need a more dynamic approach, e.g. passing the routes via shared props, in the respective Inertia responses or fetching the routes from an endpoint after language change.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@maxonfjvipon
Comment options

Answer selected by maxonfjvipon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants