Closed Foorack closed 2 years ago
DispatchProps
are managed by the wrapper component, no need to create a bridge manually. They are clonable, so you should be able to pass to child components without issue. I'm always open to more documentation!
Closing for inactivity. For additional support please join the discord https://discord.gg/VQck8X4
Trying to implement global state into an application, but struggling to understand how to access DispatchProps from a sub-component. It doesn't seem like
DispatchProps::bridge_state
exists...Any documentation or help on this would be greatly appreciated. As soon as I understand it I would love to help contribute to these docs. I've found several examples which doesn't compile, which ideally should be brought up to date.