An Aspirational Wishlist #301
Replies: 2 comments
-
|
Update on the wishlist item "user should easily find out from where an event was The data substrate shipped upstream in re-frame 1.4.6+ via the new To opt in, users swap their require: ;; before — no source meta
(:require [re-frame.core :as rf])
;; after — call-site {:file :line} on every dispatch
(:require [re-frame.core-instrumented :as rf])Once swapped, every dispatched event carries its dispatch site automatically. See day8/re-frame@1.4.6+ for the full surface and DCE notes. Status in 10x itself: the upstream data is now reachable but 10x's panels don't yet read |
Beta Was this translation helpful? Give feedback.
-
|
Update on the wishlist item "better filtering in some tabs. Eg. events and subscriptions.": This shipped across three places:
Net: every tab the wishlist named has user-driven filtering today, with each tab's filter shape suited to its data (regex for event history, string-includes on path/id for subs, composable typed queries for the trace stream). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Bullet List
A central wish list (individual items will ultimately become a separate issue):
app-dboccurred. How about to each of the nominated paths. Can I switch backwards and forwards to see the value at a path and the delta?js/console?re-frame-10xto see stacktraces put into the dashboard?dispatch-ed. Source code coordinates.re-frame-trace. See Allow 3rd party trace #149.app-dbup the tree to the views. Use cytoscape.js?buttons to saveapp-dbto local store and then restore. Useful if you have to restart the application and you want to immediately get back into the right state. Add proof of concept for saving/restoring app-db #112make timings more accurate by repeating an event 50 times and averaging. See Optional, More Accurate Timing Through Repetition #113UI Mocks
We use figma, which is not very good for OSS, sorry, but its is the tool we know.
Here are the mocks: https://www.figma.com/file/EXTcBzsMoORAOb4dd8GFsgko/re-frame-trace-mock
Todo:
Beta Was this translation helpful? Give feedback.
All reactions