matthewp / corset

Declarative data bindings, bring your own backend.
https://corset.dev/
BSD 2-Clause "Simplified" License
275 stars 2 forks source link

Ability to use in an esbuild project #128

Open matthewp opened 2 years ago

matthewp commented 2 years ago

Using in an esbuild project is more difficult than I expected because of the use of a wasm module. Need to investigate how to do this.

matthewp commented 2 years ago

I think we just need to steer people towards using the CDN with esbuild at the moment, unfortunately.