Skip to content

Composables

Composables are functions that encapsulate and reuse stateful logic in a Vue application using Vue's composition API.

The Codex library contains a set of composables that are also exported for library consumers to take advantage of some already implemented common Vue patterns.

The exported composables are:

Resources

Learn more about Vue's Composition API and composables.