create react app
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 a number, a...
Learn how to build React applications with Vite and how to migrate from Create React App to Vite. Compare the core concepts of both...
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...
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...
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.
Explore PurgeCSS, a tool to remove unused CSS from your code, thereby reducing file size and improving optimization.
If you're in search of a way to build a WYSIWYG editor, look no further than Quill. It’s easy to set up and incredibly...