Open patrickmccallum opened 7 years ago
Hi there!
Is it possible to use the bbcode-to-react library with other tools such as React Redux?
I'd like to be able to create a custom tag and have that tag access the redux store.
Do you know an easy way to do this?
Thanks!
did you try to get the store from context?
store
context
this.context.store
Hi there!
Is it possible to use the bbcode-to-react library with other tools such as React Redux?
I'd like to be able to create a custom tag and have that tag access the redux store.
Do you know an easy way to do this?
Thanks!