Skip to content
Discussion options

You must be logged in to vote

The json data is inlined in the html during SSR for a document request which happens on the first page load.

On any client side navigation Remix will fetch only the data on the URL you mentioned.

This behavior remains the change in development and production. If you don’t see the fetching for data ensure your app has client side JS working on production.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jdmcd
Comment options

@jdmcd
Comment options

@jdmcd
Comment options

@jdmcd
Comment options

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