t10d / cra-template-kingdom

Create React App Template crafted in the Kingdom.
MIT License
15 stars 1 forks source link

API Integration #13

Closed diogomqbm closed 3 years ago

diogomqbm commented 3 years ago

Description

Here we should implement our template integration using axios by default. I think we should consider using react-query too since it simplifies things and it's a good pattern.

diogomqbm commented 3 years ago

As @phenrique7 said, we should use mirage.js to guarantee we're having the expected behavior with each integration.