eatdrinkhealthy / edh-app

The Eat Drink Healthy web (and tentatively mobile / cordova) app created with Meteor and React.
0 stars 0 forks source link

Refactor: properly relocate call to method in Map, from component to HOC container #39

Closed stevenjmarsh closed 7 years ago

stevenjmarsh commented 7 years ago

I am not sure the best manner to take the filter list from state, call a method, and use the results from the method on the map component.

Cramming it incorrectly in to a component for the time being.

stevenjmarsh commented 7 years ago

I moved this top level function in to the component class as a method. seems like a good fit for now. (will point it out in code review)