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 Store #70

Closed okjodom closed 4 years ago

okjodom commented 4 years ago

Remove dependency on Redux as the app state manager. As a replacement, write shared state management logic to manage Layer creation and updates.

Pros: