mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Clarified the user does not need to declare his own app-db
This commit is contained in:
parent
273d32ef70
commit
3c1b11f253
@ -288,7 +288,7 @@ a map. It could, for example, be a [datascript] database. In fact, any databas
|
||||
(can tell you when it changes) would do. (We'd love! to be using [datascript] - so damn cool -
|
||||
but we had too much
|
||||
data in our apps. If you were to use it, you'd have to tweak the reference implementation a bit,
|
||||
[perhaps using this inspiration](https://gist.github.com/allgress/11348685)).
|
||||
[perhaps using this inspiration](https://gist.github.com/allgress/11348685)). The reference implementation already creates and manages an internal `app-db` for you, you don't need to declare one yourself.
|
||||
|
||||
|
||||
### The Benefits Of Data-In-The-One-Place
|
||||
|
Loading…
x
Reference in New Issue
Block a user