developit / unistore

🌶 350b / 650b state container with component actions for Preact & React
https://npm.im/unistore
2.86k stars 139 forks source link

WIP: More parameters in subscribers #167

Open krzepah opened 5 years ago

krzepah commented 5 years ago

Hello,

I initially wanted to “sync” the store online, for that I tried to bind store events into api calls however we only received the new state as a parameter and sending it wouldn't be effective,

Params are only used together with stockroom. Here's the PR for the stockroom update https://github.com/developit/stockroom/pull/25