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
I just discovered this project which looks quite promising to enable SSR with almost no configuration overhead in my React projects. So I went to look at the example, which runs fine and generates static files as promised, but then these files are apparently not used when running npm start. It would be nice to have a minimal example showcasing how these generated files are actually combined with the rest of the development and deployment experience.
The text was updated successfully, but these errors were encountered:
I just discovered this project which looks quite promising to enable SSR with almost no configuration overhead in my React projects. So I went to look at the example, which runs fine and generates static files as promised, but then these files are apparently not used when running
npm start
. It would be nice to have a minimal example showcasing how these generated files are actually combined with the rest of the development and deployment experience.The text was updated successfully, but these errors were encountered: