© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Alisson Cavalcante Agiani
Open Sourcerer
Seeing the direction Components are taking with getters and vuex, do you see a future where computed properties are deprecated?
Evan You
I think they are definitely still useful, even with Vuex because vuex getters must be pure and you still need computed properties to compute values that depend on component local state. Also Vuex is not going to be a required part to use Vue.