DEV Community

Discussion on: You Might Not Need Vuex with Vue 3

Collapse
 
gintsgints profile image
Gints • Edited

Thanks. Wrote my own project using this approach - github.com/gintsgints/quarkus-full...
Just used typescript class and private. May be you can review give suggestions :)

Collapse
 
sonicoder profile image
Gábor Soós

Seems good to me, great work :) . What I would work on is the naming of variables like resp1 to give them more meaning/make them more readable.