svelte-society/sveltesociety.dev

[Stats] Categories and Tags

MacFJA opened this issue · 0 comments

Here are the stats about categories and tags: How many of them, how many times they are used.

Note

Stats generated on 2023-09-17

Important

Missing category field and tags field are not counted


Components1

49 tags
Count Tag
1 audio
1 cli tools
1 doc sites
1 mutation observer
1 native
1 offline and online detection
1 pdf
1 reactive forms
1 rich text editor
1 select
1 templates
1 webgl
2 graphql
2 network events
2 table of contents
2 tree
3 async data
3 auth
3 development and documentation
3 intersection observer
3 jsx
3 maps
3 video
3 viewport
4 animations
4 form validation
4 in-page navigation
4 notifications
4 validation
5 charts
5 third party services
8 async loading
8 internationalization
8 ssr
10 fonts and icons
10 testing
11 forms and validation
11 time and date
13 images
14 interactions
15 forms
15 typescript
21 routers
25 stores and state
28 layout and structure
29 integrations
34 inputs and widgets
41 component sets
202 components and libraries
16 categories
Count Tag
6 Display Components
7 Developer Experience
7 Internationalization
8 CSS and Layout
10 Icons
10 Multimedia
11 Testing
14 Data Visualisation
16 Integration
17 Design Pattern
18 Stores
21 Routers
26 SvelteKit Adapters
31 Design System
39 User Interaction
48 Forms & User Input

Templates2

22 tags
Count Tag
1 snowpack
2 component sets
2 database
2 editor tools
2 lazy loading
2 stores and state
2 testing
3 code splitting
3 components and libraries
3 markdown
3 mobile
3 webpack
4 mdsvex
4 storybook
5 electron
5 integrations
5 preprocessors
5 seo
7 ssr
10 blog
12 typescript
19 templates
3 categories
Count Tag
12 Svelte Add
17 SvelteKit
66 Svelte

Tools3

1 tag
Count Tag
9 official
5 categories
Count Tag
1 Debugging
3 Linting and Formatting
10 Editor Extensions
13 Bundler Plugins
14 Preprocessors

Footnotes

  1. List of tags cat src/routes/components/components.json | jq '"| " + .[].tags[]? + " |"' | sort | uniq -c | tr -d '"' | sort -n | sed -E "s/^\s+/| /g"
    List of categories cat src/routes/components/components.json | jq '"| " + .[].category + " |"' | sort | uniq -c | tr -d '"' | sort -n | sed -E "s/^\s+/| /g"

  2. List of tags cat src/routes/templates/templates.json | jq '"| " + .[].tags[]? + " |"' | sort | uniq -c | tr -d '"' | sort -n | sed -E "s/^\s+/| /g"
    List of categories cat src/routes/templates/templates.json | jq '"| " + .[].category + " |"' | sort | uniq -c | tr -d '"' | sort -n | sed -E "s/^\s+/| /g"

  3. List of tags cat src/routes/tools/tools.json | jq '"| " + .[].tags[]? + " |"' | sort | uniq -c | tr -d '"' | sort -n | sed -E "s/^\s+/| /g"
    List of categories cat src/routes/tools/tools.json | jq '"| " + .[].category + " |"' | sort | uniq -c | tr -d '"' | sort -n | sed -E "s/^\s+/| /g"