This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Hi, I think I’m missing something obvious. I have an event-fx, that is making an ajax call. I need some values from the db in order to set it up properly. I am grabbing this from the pre-injected db, but I’m also trying to figure out, the best way to inject a value/coeffect from a subscription.
It works pretty well. It’ll warm you if you are injecting subscription values that are only used by your event handlers
Since it has to dispose those right away which may be perf overhead. You probably don’t have that situation though. It may be documenting in the readme
This lib is the one I see recommended by re-frame issues on the subject in the past too.
Could you use a helper in the event handler and pass the necessary context that way? Pts The event handler on charge. Safe and simple.