kenforthewin / covid-viz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demonstration of react + sql.js

This is a template repository demonstrating the use of sql.js with create-react-app.

The only differences with a traditional create-react-app application are :

Note that you should make sure your server serves .wasm files with the right mimetype, that is: application/wasm. Otherwise, you'll see the following warning in the console: TypeError: Response has unsupported MIME type

See src/App.js for the code.

About

License:MIT License


Languages

Language:JavaScript 90.6%Language:HTML 8.8%Language:CSS 0.6%