Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Logo


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
```