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
My thoughts here are that it would be something like:
The initializer that injects emotion support into components can check for Fastboot and optionally interface with emotion to determine what is being used by this component
That information is stored somewhere where the Fastboot node process can access it
Can the Node process communicate with the fastboot service somehow?
Before sending the dynamic index.html, inject the critical styles
Call the hydrate method in an initializer before the app boots on the client, preferably only if we know that some styles were inlined.
This is going to be challenging because all of the APIs in the documentation seem to be tailored to React. I need to see if there are lower-level APIs available
Links
The text was updated successfully, but these errors were encountered: