|
1 | | -# react-sqljs-demo |
| 1 | +# demonstration of [react](https://reactjs.org/) + [sql.js](https://github.com/sql-js/sql.js) |
| 2 | + |
| 3 | +This is a template repository demonstrating the use of sql.js with create-react-app. |
| 4 | + |
| 5 | +The only differences with a traditional create-react-app application are : |
| 6 | + - The usage of [react-app-rewired](https://www.npmjs.com/package/react-app-rewired) to allow providing a custom [webpack](https://webpack.js.org/) configuration |
| 7 | + - a custom [`config-overrides.js`](./config-overrides.js) to copy the wasm module from sql.js to the distributed assets |
| 8 | + |
| 9 | + See [`src/App.js`](./src/App.js) for the code. |
| 10 | + |
0 commit comments