Using re-frame-10x with re-posh #291
-
|
Heya, https://github.com/denistakeda/re-posh adds datascript subscription support to re-frame. It uses a datascript database for these subscriptions instead of re-frame's Is there a good way to see this database in re-frame-10x? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
So, I guess the simple answer is "no, can't be done". |
Beta Was this translation helpful? Give feedback.
-
|
Gotcha, thanks for the quick reply! |
Beta Was this translation helpful? Give feedback.
app-dbis currently a map (inside areagent/atom). Whereas adatascriptdatabase is an entirely different beast.So, I guess the simple answer is "no, can't be done".