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

Upgrade deps; include React Hooks #55

Open wagnerjt opened 4 years ago

wagnerjt commented 4 years ago

Is your feature request related to a problem? Please describe. N/A

Describe the solution you'd like Upgrade all dependencies (focusing more on the react-scripts) to get react hooks in. Many things have changed in the React world with the lifecycle methods and it would be best to use them for the neo4j desktop integration to subscribe to the connection changes.

Additional context This should open a smooth path to work on #19

stellasia commented 4 years ago

Hi @wagnerjt , I've added redux a few weeks ago, but hooks and context should work as well and I'm still ok with removing the dependency to redux. I'll try to explore both options while trying to implement real tests.

okjodom commented 4 years ago

Pending: Move Layer component to react hooks