Ivan Revzin

Why not to use Create React App

Long build times

Create React App relies on webpack and webpack is slow. Slow build times lead to delayed time to market and increased development costs.

Slow page loads

CRA generates a single-page application meaning shipping empty HTML to users. Fetching data on page load = slow websites.

Worse Development Experience

References

#frontend