create-react-app
Here, you can learn how to leverage the power of TypeScript to build scalable and maintainable React applications.
Next.js vs. Create React App: who comes out on top in the battle of SSR versus CSR?
Everything you need to know about using service workers to build a progressive web app (PWA) with create-react-app.
Read about route-centric code splitting and leveraging dynamic imports, React.lazy(), and Suspense to create a more performant React app.
Learn how you can use an environment variable to create multiple entry points in a CRA app without ejecting.
Gone are the days when creating a new project meant simply using Rails. With Blitz, you can deploy your application as a single entity...
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...
Progressive web apps are a (terribly named) wonderful idea. Our tutorial takes you from CRA to PWA in a snap.
It's not enough to simply test your application before it goes into production. You must choose the correct React testing library to ensure you're...
A simple guide on how to use TailwindCSS in your React boilerplate project.
Create React App is a popular toolchain for building simple apps. The goal of this post is to explain the components of Create React...
Released at the end of April 2019, Create React App (CRA) 3 adds linting rules to hooks and TypeScript projects, along with other improvements...