tjasz / geotab

View, interact with, and edit geographical/tabular data.
0 stars 0 forks source link

Replace context, listeners with redux store #54

Open tjasz opened 1 year ago

tjasz commented 1 year ago

The large app context and recently added listeners should be replaced with a store using Redux Toolkit for react. This will limit re-renders by only triggering them on appropriate actions instead of any update to any part of the context.

Using standard industry tools is good.