Is the Composition API going to be the only way to do things in some future version of Vue? I see why you’d want the elegance of it but also it seems to trade having to know which properties this has for having to strictly order property and method declarations. It’s like we went from declarative to procedural components and I am not sure I like it.