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
{{ message }}
This repository was archived by the owner on Dec 21, 2024. It is now read-only.
I recently started a new project using this boilerplate as a base, and I'm having a rather hard time trying to figure out how to go about handling important components that import css & images (ex: logos or css pulled in by icon fonts that are used in an app's main navigation components, etc.).
I think it would be nice to show a working example with a little more complexity than just the blank page render. How are you all handling this? So far, I've been checking the process.env.BROWSER variable and doing conditional requires() and have managed to serve the page (without css & images), but haven't yet figured out how to properly pick it all up on the client-side to continue loading in the missing content.
I recently started a new project using this boilerplate as a base, and I'm having a rather hard time trying to figure out how to go about handling important components that import css & images (ex: logos or css pulled in by icon fonts that are used in an app's main navigation components, etc.).
I think it would be nice to show a working example with a little more complexity than just the blank page render. How are you all handling this? So far, I've been checking the process.env.BROWSER variable and doing conditional requires() and have managed to serve the page (without css & images), but haven't yet figured out how to properly pick it all up on the client-side to continue loading in the missing content.