Posts for API Mocking

API Mocking with Vue and Mirage JS

Single-page applications (SPAs) continue to gain more and more popularity every day. As the complexity of these SPAs increases, the need for dynamic/realtime data increases as well. APIs provide a way to bridge the gap between the SPA and the backend. There are times, however, when the required API is not available or it’s just […]

May 4, 2020 in Tutorials & Vue