Skip to content
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

Prevent re-renders of components on reconnect (also, fix flicker) #3

Closed
JulianKingman opened this issue Jan 10, 2017 · 3 comments
Closed

Comments

@JulianKingman
Copy link
Contributor

Currently when connectivity is restored, all components depending on the data are removed and restored, causing a flicker. We need to make it a little smarter so that data is merged, not completely replaced.

@UADACID
Copy link

UADACID commented Jan 24, 2017

hi, is this ready for production???

@JulianKingman
Copy link
Contributor Author

Yes*
It's under active development, so make sure to check for updates if you run into problems, and submit issues.

I fixed these specific problems by directly connecting to minimongo.

@v3yr0n
Copy link

v3yr0n commented Dec 13, 2017

@JulianKingman this is still happening to me, using createContainer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants