ssrwpo / ssr

SSR - Router with SSR for Node & Meteor
https://ssrwpo.github.io/ssr/
MIT License
93 stars 16 forks source link

[ Help Wanted ] Understanding syncActionsFromStore #58

Closed Aetherall closed 7 years ago

Aetherall commented 7 years ago

Hi, This project seems to have a huge potential which I want to use, but I'm experiencing few difficulties to understand the syncActionsFromStore function ...

Why does the function doesn't handle the new items in the fromRemote array?

I tried to run it with 3 items in collectionStore and 5 in fromRemote and the dispatchActions array was still empty.. is it the expected behaviour?

Thanks !

Edit : I figured out by myself

PEM-- commented 7 years ago

There's an example of its usage in the demo.