-
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
Replace the internal data store variables with immutable collections #21
Comments
👍 |
It may not be strictly necessary but this library is written in ES6 and all the documentation/examples use ES6. What do we think about switching? Personally I'd like to do it after we develop a bit more, I think it would be a good way to learn to convert a whole app over. |
yes i would like to ES6 with a transpiler like babelify. |
This relates to #60 and the 'two children with the same key' warning. Currently:
Either loading messages all at once or checking for dups would seem to fix this issue. |
Ohhhh, that explains it. Nice job tracking it down. Fucking firebase... |
why does it unmount and remount? |
When the router transitions to another component the current component On Friday, April 3, 2015, Rory Ou [email protected] wrote:
Sent from Gmail Mobile |
from https://github.com/facebook/immutable-js
The text was updated successfully, but these errors were encountered: