Skip to content

A demonstration showing how to use sql.js with create-react-app

License

Notifications You must be signed in to change notification settings

jackielev94/react-sqljs-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A demonstration showing how to use sql.js with create-react-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 31.7%
  • CSS 9.2%