npx create-react-loaded supercharged react
Introduces create-react-loaded, a React template tool with Sass, Router, global state, custom hooks, and pre-made components for faster development.
Introduces create-react-loaded, a React template tool with Sass, Router, global state, custom hooks, and pre-made components for faster development.
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 tutorial on building a Progressive Web App (PWA) using React, Create-React-App, and React Router.
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.