jaredpalmer / react-fns

Browser API's turned into declarative React components and HoC's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux bindings question

nkaradzhov opened this issue · comments

Hi guys,

Since most of these apis provide somehow global state ( like device orientation, geo position... ) I think it is a good idea to provide an option to put them in the global app state ( e.g. redux store )

Do you think its ok to write some redux bindings where applicable?

That’s outside the scope of the project.