I use Vue 3 with a global store with inject/provide. It looks like below (simplified).
const state = reactive({ ages: [0,1,2,3] // Pop