Composables (composition functions) are stateful/stateless functions that can leverage Vue's reactivity API, decoupling it from components.
This shift in perspective opens the possibility for tackling common scenarios in a new and creative way. In this workshop, you will learn how to solve typical problems every Vue developer faces, using composables:
- - Data store;
- - Component cross-communication;
- - Utility functions (DOM, API, etc);
- And more.
This workshop has been presented at Vue.js Live 2024, check out the latest edition of this JavaScript Conference.
Comments