Guides

React Native with Nx

Learn how to develop React Native applications with Nx, including workspace setup, running on simulators, testing, and leveraging Nx's powerful tooling.

Remix with Nx

Learn how to create, build, serve, and test Remix applications within an Nx workspace, leveraging Nx's powerful tooling for modern web development.

React Router with Nx

Learn how to create, build, serve, and test React Router applications within an Nx workspace, leveraging Nx's powerful tooling for modern web development.

Use Environment Variables in React

Learn how to configure and use environment variables in React applications with Nx, including setup for Vite and Webpack, and handling conflicts between Nx and Vite.

Using Tailwind CSS in React

Learn how to set up and configure Tailwind CSS in your React and Next.js applications within an Nx workspace, with both automated and manual installation options.

Adding Images, Fonts, and Files

Learn how to import and use assets like images, fonts, and files directly in your Nx projects, including special handling for SVGs in React, Next.js, and Vite applications.

Setup Module Federation with SSR for React

Learn how to set up Module Federation with Server-Side Rendering (SSR) for Angular and React applications using Nx generators.

Deploying Next.js applications to Vercel

Learn how to configure and deploy Next.js applications from an Nx workspace to Vercel, including setting up build commands and implementing affected-based deployment.

React Compiler with Nx

Learn how to enable and configure React Compiler in Nx projects to automatically optimize your React code with memoization for better performance.