day8/re-frame-10x

[Enhancement]: Find a key in a map more easily.

kimo-k opened this issue · 0 comments

kimo-k commented

What do you suggest?

When inspecting large maps, it can be awkward to visually find one key among the many. Arbitrary ordering defies expectation, and long namespaces consume screen space.

  • sort keys in the rendered map
  • keep a set of ns-aliases in the settings. For instance, render :com.example/x as :eg/x when the ns-aliases is {com.example eg}.