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 has been archived by the owner on Aug 5, 2022. It is now read-only.
This wouldn't be part of a milestone (or a pressing issue for that matter), but if we're serving a react app, we might want to do server side rendering of the index route. Webpack, babel... all the fun stuff we hate setting up.
The benefits is that the code will be cleaner, and it will be a lot easier to add dependencies.
The downside is that we'd have to config ssr, babel and Webpack.
The text was updated successfully, but these errors were encountered:
This wouldn't be part of a milestone (or a pressing issue for that matter), but if we're serving a react app, we might want to do server side rendering of the index route. Webpack, babel... all the fun stuff we hate setting up.
The benefits is that the code will be cleaner, and it will be a lot easier to add dependencies.
The downside is that we'd have to config ssr, babel and Webpack.
The text was updated successfully, but these errors were encountered: