brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

Favor es5 implementation over experimental `Object.entries` #106

Open dustinws opened 7 years ago

dustinws commented 7 years ago

This will fix number #46 by using Object.keys to iterate over an object instead of Object.entries, which is still an experimental feature.