sql-js / react-sqljs-demo

A demonstration showing how to use sql.js with create-react-app
https://react-sqljs-demo.ophir.dev/
MIT License
104 stars 33 forks source link

Update readme.md for use with Webpack 5 #24

Open dbuchet opened 1 year ago

lovasoa commented 1 year ago

Maybe you could update the code itself to use the latest react and webpack ?

https://github.com/sql-js/react-sqljs-demo/blob/master/package.json

dbuchet commented 1 year ago

I've started with that, but I think many people are still with Webpack 4. So i've just updated the readme. Tell me what you prefer :)

lovasoa commented 1 year ago

I think we can update the code to the latest versions, and just leave a link in the readme to the version using webpack 4.

I tagged the current state of the repo as v1, so you can link to https://github.com/sql-js/react-sqljs-demo/tree/v1