photos icon indicating copy to clipboard operation
photos copied to clipboard

Move event handlers to sagas

Open asutula opened this issue 5 years ago • 0 comments

There are currently a bunch of event handlers that are properties of the redux component in App.tsx. We've recently learned that can introduce bugs related to timing and it can be improved by moving that logic to sagas.

asutula avatar Jun 05 '19 17:06 asutula