Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmetev1/snowpackJSXreact
snowpack no build jsx react material-ui
https://github.com/jmetev1/snowpackJSXreact
Last synced: 3 months ago
JSON representation
snowpack no build jsx react material-ui
- Host: GitHub
- URL: https://github.com/jmetev1/snowpackJSXreact
- Owner: jmetev1
- Created: 2020-01-16T21:23:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:16:35.000Z (almost 2 years ago)
- Last Synced: 2024-06-12T18:23:14.986Z (5 months ago)
- Language: JavaScript
- Size: 334 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-snowpack - [Source
README
Snowpack
Build web applications with less tooling and 10x faster iteration. No bundler required.Want to use Snowpack but can't give up React and JSX? Me too. So I made this.
It's got:
1. Built in code splitting/dynamic imports and the simplest router courtesy of [Luke Jackson](https://github.com/lukejacksonn/create-es-react-app) Even fallback routing!
2. Practically instant reload (on my 2015 Macbook anyway ). Sure babel has to run, but only on the one file you changed.
3. Material-UI! because who wants to make their own Selects?firstime:
```bash
npm run cleanStart
```after:
```bash
npm run dev
```