bbcode-to-react icon indicating copy to clipboard operation
bbcode-to-react copied to clipboard

Use with react-redux

Open patrickmccallum opened this issue 7 years ago • 1 comments

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!

patrickmccallum avatar Nov 19 '17 09:11 patrickmccallum

did you try to get the store from context?

this.context.store

JimLiu avatar Nov 21 '17 03:11 JimLiu