You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thought was that for server side rendering, rendering css would add a bit of overhead that could be avoided if you prerendered the css and pulled it out into a separate file. But this is probably premature optimization, it couldn't take more than a handful of miliseconds at worst and at least for my use case, most SSR pages will be cached heavily.
Has anyone done this and want to share their method?
The text was updated successfully, but these errors were encountered: