Learn how you can use an environment variable to create multiple entry points in a CRA app without ejecting.
Create React App is a great tool for quickly getting up and running on new React projects. Let’s learn how to use it.
Discover and compare five of the top React boilerplates, pieces of code that act as a starting point for beginning development.
JavaScript is not typed, meaning you can’t assign a data type to a variable, but JavaScript still understands the difference between a number, a string, and an object
Learn how to build React applications with Vite and how to migrate from Create React App to Vite. Compare the core concepts of both tools.
Reach more users on the go by turning your app into a PWA with service workers and Create React App.
Next.js vs. Create React App: who comes out on top in the battle of SSR versus CSR?
Learn why and how to implement a proxy server with Create React App to secure and organize your next React app.
Create React App comes with react-scripts, a handy package that reduces the configuration required to build a React app, and an amazing configuration that makes any developer’s life easier.
Read our route-centric code splitting guide and learn how to speed up your React apps using dynamic imports, React.lazy(), React.Suspense, React Router, and Loadable Components.
Self-hosting a React application can be very economical, especially if your intention is to have total control over your deployment, build tools, and workflow.
Learn how to maintain React app scroll position when users close a full-page mobile menu to improve UX by implementing a custom Hook.