mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-11 22:54:14 +00:00
9629ad9dac
Namespaces and function names in a later commit.
11 lines
451 B
Markdown
11 lines
451 B
Markdown
# Usage
|
|
|
|
## App DB path expansions
|
|
|
|
re-frame-10x preserves path expansions by using the through the JSONML
|
|
that is rendered, rather than the actual data path. This has the advantage
|
|
of being feasible, but the disadvantage that if the HTML layout changes,
|
|
then that can trigger expansion changes. This means that if the map keys
|
|
change ordering (say when switching from an ArrayMap to a HashMap), then
|
|
different items will be expanded/contracted.
|