Hello guys and gals (and everyone else).
For a Django DRF project with VueJS 3 as a frontend framework :
I have a need to declare and use a selected cinema variable (session variable) and I don't want to repeat my code fetching or updating said selected_cinema to stick to DRY principles.
What would be preferable : mixins or composition API ?