How to Docker with create-react-app
A step-by-step tutorial on how to Dockerize a create-react-app application, from creating a Dockerfile to building the image.
A step-by-step tutorial on how to Dockerize a create-react-app application, from creating a Dockerfile to building the image.
A guide on setting up and using CSS Modules for styling components in a create-react-app project without extra configuration.
A guide on adding and using Sass for styling in a create-react-app project, including setup and component examples.
A developer shares how he built two production-ready web apps entirely in the browser using CodeSandbox and deployed them with Netlify.
A guide to setting up and using MobX for state management in create-react-app, with and without decorators.