tauri/examples/react/gatsby-themed-site
Lucas Fernandes Nogueira 78f1e03495
feat(tauri.js) inject MutationObserver to lazy load JS/CSS on no… (#355)
* feat(tauri.js) inject MutationObserver to lazy load scripts on no-server

* feat(tauri.js) add disable inliner config

* fix(tauri.js) add types

* feat(tauri.js&tauri) lazy load CSS files on mutation observer
2020-01-27 10:03:27 -03:00
..
src fix(example): gatsby theme update and breaking change fix (#276) 2020-01-03 14:44:03 +01:00
src-tauri feat(tauri.js) inject MutationObserver to lazy load JS/CSS on no… (#355) 2020-01-27 10:03:27 -03:00
.babelrc slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
.gitignore slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
gatsby-config.js fix(examples): fix breaking change upstream (#300) 2020-01-08 10:07:53 -06:00
package.json chore(examples) Update Gatsby Examples (#343) 2020-01-23 11:42:12 +01:00
README.md slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
yarn.lock chore(examples) Update Gatsby Examples (#343) 2020-01-23 11:42:12 +01:00

Gatsby Themed Site

This is a minimal config required gatsby site created using themes. The intention is to smoke test gatsby and provide an assortment of pages to test tauri response.

This does use an API key to Airtable, but we have made it optional. (Although currently gatsby is rather aggressive in compiling things out of node_modules so gatsby-config.js has a hack to rename files so gatsby will ignore them. [insert heavy sigh here])