stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
GNU General Public License v3.0
106 stars 13 forks source link

Remove Redux #71

Closed okjodom closed 4 years ago

okjodom commented 4 years ago

This PR replaces redux store with an in-component state logic for managing Layers. Closes issue #70 , and opens a path for tackling issue #62 and #55 .

stellasia commented 4 years ago

Looks good to me! Thanks @jodom ! @wagnerjt , let me know if you want to have a look, otherwise I'll merge tomorrow evening!

okjodom commented 4 years ago

Awesome. Just saw the merge. I will follow up this week with tests set up

stellasia commented 4 years ago

Thanks @jodom !