NoxHarmonium / peoples-choice

People's Choice is a web application that lets people vote for their colleagues
Apache License 2.0
2 stars 1 forks source link

Use sagas #7

Closed NoxHarmonium closed 4 years ago

NoxHarmonium commented 4 years ago

View logic is tangled up with business logic and (especially in candidate-card.tsx) the code is a mess.

It would be much better to move all the API requests to sagas.