Atomox / mta-delays

API to provide smarter MTA Service Messages.
http://nyc.bhelmer.com
0 stars 0 forks source link

MTAD-134 -- React -- State / Data Fetch -- Abstract? #134

Open Atomox opened 6 years ago

Atomox commented 6 years ago

Can we abstract this fetch/state from the App Component?

Should this be redux? At the very least, we should enforce the structure independent of the App level-component.

Atomox commented 6 years ago

Let's get Redux as a shared state management, so we can abstract passed state between native and web.

This will also help with routing and current location saving.