Tag: create-react-app

Creating Multiple Entry Points In Create-React-App Without Ejecting

Creating multiple entry points in Create React App without ejecting

Dev

Learn how you can use an environment variable to create multiple entry points in a CRA app without ejecting.

Andrew James
Jul 24, 2023 ⋅ 7 min read
Getting Started With Create React App

Getting started with Create React App

Dev

Create React App is a great tool for quickly getting up and running on new React projects. Let’s learn how to use it.

Karthik Kalyanaraman
Mar 28, 2023 ⋅ 13 min read
Top React Boilerplates Of 2023

Top React boilerplates of 2023

Dev

Discover and compare five of the top React boilerplates, pieces of code that act as a starting point for beginning development.

Kapeel Kokane
Mar 13, 2023 ⋅ 11 min read
Getting Started React Typescript

Getting started with Create React App and TypeScript

Dev

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

Juan Cruz Martinez
Nov 15, 2022 ⋅ 9 min read
Vite and React Logos Over Lightning

Vite 3.0 vs. Create React App: Comparison and migration guide

Dev

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.

David Omotayo
Sep 2, 2022 ⋅ 8 min read
PWA Create React App Service Workers

PWA with Create React App and service workers

Dev

Reach more users on the go by turning your app into a PWA with service workers and Create React App.

Pam Lu
Jul 14, 2022 ⋅ 4 min read
Comparing Create React App Vs Next Js Performance Differences

Comparing Create React App vs. Next.js performance differences

Dev

Next.js vs. Create React App: who comes out on top in the battle of SSR versus CSR?

Sean Connolly
Jul 14, 2022 ⋅ 8 min read

Why you should use a proxy server with Create React App

Dev

Learn why and how to implement a proxy server with Create React App to secure and organize your next React app.

Joel Adewole
Mar 22, 2022 ⋅ 5 min read
Everything You Need to Know About react-scripts

Everything you need to know about react-scripts

Dev

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.

Ibrahima Ndaw
Mar 16, 2022 ⋅ 4 min read
react-code-splitting

React dynamic imports and route-centric code splitting guide

Dev

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.

Lawrence Eagles
Mar 7, 2022 ⋅ 7 min read
Self Hosting Create React App

Best options for self-hosting Create React App

Dev

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.

Emmanuel Etukudo
Feb 25, 2022 ⋅ 4 min read
Maintain And Restore Scroll Position In React Mobile Apps

Maintain and restore scroll position in React mobile apps

Dev

Learn how to maintain React app scroll position when users close a full-page mobile menu to improve UX by implementing a custom Hook.

Coner Murphy
Jan 27, 2022 ⋅ 5 min read