Create A Snowpack-Bundled React App
Snowpack is a modern, lightweight toolchain for web application development.
You can get started using snowpack with this npx
command.
This command uses a base template that is pre-configured to use the snowpack defaults.
You can take this a step further by using a specialized template for React apps.
An advantage this has over create-react-app is there is no ejecting needed to do something like pull in PostCSS.
PreviousConditionally Including Event Handler FunctionsNextCreate Dynamically Named Custom React Components
Last updated