How are you organizing your API calls? Have you considered API factories to make your codebase easier to work with, increasing your team’s productivity?
In our previous adventure, we looked at Vue’s basic slots. Scoped slots allow us to expose a piece of data, through the scope, to the parent that is using it.