Ah, makes sense.
Is there any way to call dispatch outside of a component? I’m just thinking it would be very nice to abstract away these functions in some way without needing to define them in the component, like if you want to reuse or group these methods.
Know any good techniques to do this?
Cheers