create react app
Create React App is a great tool for quickly getting up and running on new React projects. Let's learn how to...
Discover and compare five of the top React boilerplates, pieces of code that act as a starting point for beginning development....
Learn how to secure your React app by implementing basic server-side login authentication for an Express.js server.
JavaScript is not typed, meaning you can’t assign a data type to a variable, but JavaScript still understands the difference between...
Learn how to build React applications with Vite and how to migrate from Create React App to Vite. Compare the core...
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...
Read our route-centric code splitting guide and learn how to speed up your React apps using dynamic imports, React.lazy(), React.Suspense, React...
Self-hosting a React application can be very economical, especially if your intention is to have total control over your deployment, build...
Learn how to maintain React app scroll position when users close a full-page mobile menu to improve UX by implementing a...