We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How does this lib function with libs like React, which might re-render an element under the hood? Would .engage() need to be called again?
.engage()
The text was updated successfully, but these errors were encountered:
I've built a react version/wrapper for this. There doesn't seem to be any implications with re-rendering - behaviour is as expected.
Not quite finished, but it'll be on NPM when it's done: https://github.com/alexgurr/react-emergence
@xtianmiller I wouldn't mind you taking a look, seeing what you think?
Sorry, something went wrong.
No branches or pull requests
How does this lib function with libs like React, which might re-render an element under the hood? Would
.engage()
need to be called again?The text was updated successfully, but these errors were encountered: