Skip to content

Does remix do javascript code splitting at runtime ? #1450

Closed Answered by sergiodxa
gerardnico asked this question in Q&A
Discussion options

You must be logged in to vote

Remix code split your app per route, so each route is a bundle, it also move also modules in your code to their own JS files for better cacheability between routes, this is all automatic.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gerardnico
Comment options

@sergiodxa
Comment options

@gerardnico
Comment options

Answer selected by gerardnico
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