Skip to content

Commit a1570ec

Browse files
committed
Update component-library.md based on review feedback
1 parent faf3559 commit a1570ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/faq/component-library.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you do want a library that does it all for you, there are plenty to choose fr
2626
- https://skirtles-code.github.io/vue-examples/component-libraries.html
2727
- https://ui-libs.vercel.app/
2828

29-
Having a lot of downloads doesn't necessarily mean that a library is better than one with fewer downloads. When assessing the number of downloads you should keep in mind that newer libraries are at a massive disadvantage. Some libraries are particularly strong in a specific area, which may make them more suitable for your project than they would be for a more general audience.
29+
GitHub stars or npm download statistics can be useful when assessing the popularity of a library, but they need to be interpreted carefully. Newer libraries are at a massive disadvantage in those counts. Some libraries are particularly strong in a specific area, which may make them more suitable for your project than they would be for a more general audience.
3030

3131
## Core features
3232

@@ -38,7 +38,8 @@ You might be able to rule out some of the options based on the features they pro
3838
- Mobile support, e.g. responsiveness, touch screens, gestures.
3939
- Internationalization.
4040
- RTL support.
41-
- Support for your existing tooling.
41+
- Level of TypeScript support.
42+
- Tooling requirements. e.g. Build tools, testing tools, IDEs.
4243

4344
## Explore the components
4445

0 commit comments

Comments
 (0)