TheDevPath / Navi

Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
https://navi-rocks.herokuapp.com/
MIT License
53 stars 63 forks source link

181 search results #259

Closed jkwening closed 6 years ago

jkwening commented 6 years ago

Issue Number:

181

Issue Description:

Summary of solution:

Connecting search from home page to maps view is leading to spaghetti code due to (p)react's uni-directional flow of state. Current implementation requires implementing passing data across siblings which is causing redundancies or having to hoist map related logic up to app.js level. For simplicity purposes and cleaner code base, going to transition to flux pattern via redux.

Action: merging current working code with minor bugs into new "redux" branch instead of development.