Bloomca / redux-tiles

Composable way to create less verbose Redux code
https://redux-tiles.js.org/
MIT License
236 stars 10 forks source link

Bugfix/consistent initial state #8

Closed Bloomca closed 7 years ago

Bloomca commented 7 years ago

Before I put just an empty object to async tile, but in fact it is much more consistent to always put { isPending, data, error } structure there.