Published onAugust 22, 2022Create React App for multiple entry pointsreactcrawebpackmulti-pagefrontendcustomizationA practical guide to customizing Create React App for multiple entry points, enabling multi-page React apps with separate bundles and HTML files.
Published onAugust 7, 2022Solving Import Path Hell in Create React App: Aliases with CRACO or react-app-rewiredreactcracracowebpackjavascriptfrontendaliasesA practical guide to setting up import path aliases in Create React App projects using CRACO or react-app-rewired, with step-by-step configuration examples.