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 :
- The usage of react-app-rewired to allow providing a custom webpack configuration
- a custom
config-overrides.js
to copy the wasm module from sql.js to the distributed assets
See src/App.js
for the code.