vuejs / docs

📄 Documentation for Vue 3
https://vuejs.org
Other
2.89k stars 4.3k forks source link

Comparison with Other Frameworks #976

Open wenfangdu opened 3 years ago

wenfangdu commented 3 years ago

Vue v2 guide has an excellent Comparison with Other Frameworks chapter, would be great if the v3 guide has it too.

Blakelist7 commented 3 years ago

@skirtles-code If you don't mind, can a newbie give it a shot?

skirtles-code commented 3 years ago

@Blakelist7 You're welcome to give it a go but this seems like a really big piece of work. The equivalent guide from Vue 2 may be a starting point but it would need to be fully updated to reflect the latest versions of all the frameworks being compared and any new frameworks would need to be considered too. In my opinion, a page like this would likely need multiple people to contribute different sections to get the required level of expertise for all the comparisons required.

If you're looking for a way to get involved in contributing to the docs I suggest starting with some smaller pieces first. Generally you won't find small items in the GitHub issues because anything small gets fixed really quickly. You might have more luck just looking for problems in the docs yourself. I do that myself all the time. Most pages have small grammatical errors or explanations that can be tweaked to make them clearer.

Blakelist7 commented 3 years ago

@skirtles-code I'll start by reading the docs. BTW thanks for the guidance. 😊