neomap icon indicating copy to clipboard operation
neomap copied to clipboard

Upgrade deps; include React Hooks

Open wagnerjt opened this issue 4 years ago • 2 comments

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

wagnerjt avatar Apr 09 '20 02:04 wagnerjt

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.

stellasia avatar Jul 04 '20 12:07 stellasia

Pending: Move Layer component to react hooks

okjodom avatar Sep 06 '20 19:09 okjodom