DEV Community

Discussion on: VueJS is dead, long live VueJS!

Collapse
 
squidbe profile image
squidbe

I like it! Been using Vue for about 2 years and love it, but the composition function definitely reduces cognitive load for me. Separating logic based on lifecycle/config constraints usually increases cognitive load by having to jump through the code to understand what a specific user action results in. The less time I spend just trying to find out where the relevant code is located, the more time I can spend thinking about how to efficiently provide solutions and fix problems.