-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React component #11
Comments
Would be nice to implement it without explicit dependency on react ( |
@davidyuk I see two ways:
I need this for that integration and I'm afraid that my current integration with this lib can cause problems with garbage collector. |
What is the issue here? I think it is already implemented in a way compatible with React/Vue and other use cases.
Can you send a link exactly to that integration for review? Won't superhero-button be collected after removing the corresponding node from DOM? |
There is no issue. I think think to export some methods to make them available.
You can check the current integration at: |
@davidyuk I use call |
It will be nice to have a react component wrapper. I can help with that.
The text was updated successfully, but these errors were encountered: