Jason Miller

Results 1173 comments of Jason Miller

I can't read this code to save my life, but the error is thrown [here](https://github.com/reagent-project/reagent/blob/b65afde4d7ac4864d7e355acdc16977cb92afa3c/src/reagent/impl/component.cljs#L297). Seems like `view1` in your example is pre-transformed to a class instead of a function?...

Sure! Any chance there's a way to define that in the .toml file? If not then a separate does file is fine.

I think we decided to punt on this for now, right?

You need to configure the fallback HTML page. You can do this by simply copying `dist/index.html` to `dist/200.html` and redeploying.

In general it's recommended to use [preact-cli](https://github.com/preactjs/preact-cli), this boilerplate is extremely out-of-date.

Should we add `200.html` in there too? That'd pretty much hit all the bases.

Would just be a copy of index.html 👌

I actually might have a module we could use that auto-generates netlify configuration from firebase/superstatic configuration format. Will ping here if I can open source it.