JimLiu / bbcode-to-react

A utility for turning raw BBCode into React elements.
MIT License
24 stars 21 forks source link

Use with react-redux #5

Open patrickmccallum opened 7 years ago

patrickmccallum commented 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!

JimLiu commented 7 years ago

did you try to get the store from context?

this.context.store