Replies: 2 comments
-
Looking into this too. Probs start with Critical and/or the related vite plugin? or use penthouse in your post build step within your cicd https://github.com/pocketjoso/penthouse |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would recommend looking into React 19's link component I think with Vite you may also be able to just lazy import a css file. I haven't tried it yet, but I would look into options with Vite |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to lazy load some CSS that is not critical for the page.
How do I that using with react-router?
Beta Was this translation helpful? Give feedback.
All reactions