re-frame-10x/docs
Mike Thompson b7e8fa5528
Update InterEpoch.md
2018-02-10 15:00:57 +11:00
..
HyperlinkedInformation Update InterEpoch.md 2018-02-10 15:00:57 +11: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.