-
Notifications
You must be signed in to change notification settings - Fork 328
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
Get default data #49
Get default data #49
Conversation
Nice job. I have been buzy looking deeper into yahoo's dispatchr, fetchr and routr and like you said in this comment the dehydrate/rehydrate feature is quiet awesome. Appreciate you fix this PR. |
Also it would be nice to handle the |
All done. @spoike please review and merge it. |
This needs to be documented in the |
Four test cases in testling fail with the following error message:
They fail because the solution is using Function.prototype.bind which is not available on all browsers. |
I've changed it for the 0.1.7 merge to use |
Just picked up from where @SimonDegraeve left on #46 . Fix bug and add tests.
Also, add two test cases for stores listen to other stores.