re-frame-10x/docs
Daniel Compton b62ed52847 Collect layer 2/3 information when subs run
We can then use it for determining subscription layer level when subs
are created or destroyed.
2018-01-29 00:44:45 +13:00
..
HyperlinkedInformation Collect layer 2/3 information when subs run 2018-01-29 00:44:45 +13:00
architecture-decisions Add ADR's for use cases 2017-12-22 16:40:55 +13:00
images Update gif to new layout 2018-01-24 20:57:01 +13:00
README.md Split README text so it isn't all on the one line. 2018-01-17 23:26:19 +11:00

README.md

Usage

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.