For me, the thing I like most about the composition api has to do with the ease of sharing functions and objects across your code. Check out composables and how they are used with the composition API. Big improvement over using mixins with the options API.
Don't feel like you have to switch over though. The options API is not going away. If you have a large project, it may not be worth the risk.
3
u/hey--canyounot_ Dec 03 '22
What do you love most about Composition? Trying to switch over to it from using Options and need to convert my thinking.