What's the best stack for a complex async project

133 views Asked by At

I have a project that needs to call a REST API (auth, and other CRUD endpoints). And I'm wondering what would be the most suitable stack based on preact and redux.

Would you use thunk, sagas or other alternative? And how can you adapt the preact redux example: https://github.com/developit/preact-redux-example

0

There are 0 answers