Tanvesh Sarvetanvesh.hashnode.dev·Jan 26, 2023Speed up your create-react-app build times by 80% with esbuildA short view back to the past create-react-app in 2017 (its v1 release) was this cool kid in around the block. We finally had a go-to way to start a react project that you couldn't go wrong with. But as happens with everything on the web, people real...Himanshu Singh and 3 others are discussing this4 people are discussing thisDiscuss·27 likes·5.9K readsReact
Alex OkrosforRavioli Coderaviolicode.hashnode.dev·Nov 17, 2022How to load custom process environment .ENV variables in webpack with craco (Create React App Configuration Override)When you're using craco, and you need to specify different .env files with different .env variables, you'll need to override some webpack configs. We'll be using 4 .env files: .env.local .env.development .env.staging .env.production We'll then open ...Discuss·4 likes·2.7K readsReact JScraco
Karun Kamalkarunkamal.com·Jan 11, 2022Custom build output folder - create-react-app 🗂In this post, you will learn to change existing configurations. Whom is this post addressed to? You want a certain build folder structure of your React app. Go beyond SPA into the MPA realm with shared components. Let's get to the building! 👷🏼♂...Discuss·32 readscraco