byteally / reflex-indexed-db

IndexedDB support for Reflex
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Use reflex-dom-core in library #1

Open hamishmack opened 7 years ago

hamishmack commented 7 years ago

The reflex-dom package introduces a dependency on a default jsaddle runner package. Using reflex-dom-core instead lets the library user choose a different runner.

Here is a similar change we made to the reflex-dom-contrib library https://github.com/reflex-frp/reflex-dom-contrib/pull/36/files

The test can still use reflex-dom.

imalsogreg commented 4 years ago

This is closed by #3