Replies: 1 comment 3 replies
-
Vue (or any software) is always welcoming improvements in every part of the software. If there're any idea that can improve templates in Vue, no doubt we'll be discussing it. If you have any specific idea, just post that idea and see if that gets any attention 👍 For example, I think single curly braces is not an improvement but rather preference issue. Some might prefer it, some don't, right? You might feel it's improvement but other might think it's regression. But who knows? If for example 99% Vue users do actually prefer single braces, maybe it's good idea to think about. But we'll never know until someone opens that discussion up. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, a huge thank you to everyone working on Vue and Vite. You guys are "on fire" right now! Great progress in the right direction, especially with the script setup.
I hope this is the right place. Just wondering if there are any ideas to make the templates even better? Right now, with all these great improvements, I feel like the templates would be another place where great ideas would push Vue even further. For years there were no real improvements in this regard across all frameworks, apart from Svelte's slightly cleaner way of declaring templates (single curly braces, dynamic classes directly in the HTML class attribute, const declaration, ...).
I just wanted to ask first - maybe this was already denied in another RFC (sorry didn't find anything about this, maybe in the RFC for Vue 3 itself?) - if there is an open ear for this for Vue 3 before ideas are proposed, or even better, ideas are already floating around for an upcoming RFC.
Beta Was this translation helpful? Give feedback.
All reactions