Bernardo-MG / painting-journal

Create and save paint palettes for your miniatures
Apache License 2.0
0 stars 0 forks source link

Move frontend API handling to middleware #37

Closed Bernardo-MG closed 4 years ago

Bernardo-MG commented 4 years ago

Instead of using redux saga, add a middleware to handle API operations.

Check redux docs.

Bernardo-MG commented 4 years ago

Added generic saga creators. Seems to be enough