@nx/react:setup-ssr
Create the additional configuration required to enable SSR via Express for a React application.
Create the additional configuration required to enable SSR via Express for a React application.
1nx generate setup-ssr ...
2
By default, Nx will search for setup-ssr
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/react:setup-ssr ...
2
Show what will be generated without writing to disk:
1nx g setup-ssr ... --dry-run
2
The name of the application to add SSR support to.
4200
The port for the Express server.
app/app
The import path of the <App/ > component, relative to project sourceRoot.
webpack
rspack
, webpack
The bundler to use.
[]
Extra include entries in tsconfig.
Skip formatting the workspace after the generator completes.
Learn how to build modern React applications using platform-native tools like NPM workspaces and TypeScript project references, and see how Nx improves the developer experience all while letting you ship your React apps faster.