tech/webdev magazine

May 31, 2020

Mirage JS Deep Dive: Understanding Factories, Fixtures And Serializers (Part 2)

Sunday, May 31, 2020 Teklinks

In the previous article of this series, we understudied Models and Associations as they relate to Mirage. I explained that Models allow us to create dynamic mock data that Mirage would serve to our application when it makes a request to our mock endpoints. In this article, we will look at three other Mirage features that allow for even more rapid API mocking. Let’s dive right in!

Full article