Split README text so it isn't all on the one line.

This commit is contained in:
Mike Thompson 2018-01-17 23:26:19 +11:00
parent 6457e88798
commit 3c4fd8be9c
1 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,9 @@
## App DB path expansions
re-frame-trace 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.
re-frame-trace 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.