This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
js2021outline.yml
855 lines (781 loc) · 20.5 KB
/
js2021outline.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
---
slug: js2021
normalizationId: stateofjs
context: state_of_js
topic: JavaScript
createdAt: December 1, 2021
prettySlug: state-of-js
hashtag: StateOfJS
shareUrl: https://stateofjs.com
# resultsUrl: https://2021.stateofjs.com/
name: "State of JavaScript 2021/2022"
year: 2021
status: 3 # preview/open/closed
imageUrl: "stateofjs2021.png"
bgColor: rgb(34, 36, 41)
textColor: rgb(224, 228, 228)
linkColor: rgb(65, 199, 199)
hoverColor: rgb(254, 106, 106)
credits:
- id: shawn_wang
role: survey_design
- id: mark_erikson
role: survey_design
outline:
######################################################
######### FEATURES #########
######################################################
# For each question in this section, possible answers are:
# - Never heard of it
# - Know about it
# - Have used it
- id: language
template: feature
slug: features
questions:
- id: features_intro
template: help
# removed in 2021
# - id: async_await
# - id: promises
# - id: decorators
# - id: destructuring
# - id: spread_operator
# - id: arrow_functions
- id: proxies
- id: promise_all_settled
- id: dynamic_import
- id: nullish_coalescing
- id: optional_chaining
- id: private_fields
- id: big_int
# new in 2021
- id: numeric_separators
year: 2021
- id: string_replace_all
year: 2021
- id: string_match_all
year: 2021
- id: logical_assignment
year: 2021
- id: promise_any
year: 2021
- id: array_at
year: 2021
- id: top_level_await
year: 2021
# removed in 2021
# - id: data_structures
# template: feature
# slug: features
# questions:
# - id: maps
# - id: sets
# - id: typed_arrays
# - id: array_prototype_flat
- id: browser_apis
template: feature
slug: features
questions:
# removed in 2021
# - id: local_storage
# - id: webvr
# - id: fetch
- id: service_workers
- id: intl
- id: web_audio
- id: webgl
- id: web_animations
- id: webrtc
- id: web_speech
- id: websocket
- id: custom_elements
- id: shadow_dom
# new in 2021
- id: page_visibility
year: 2021
- id: broadcast_channel
year: 2021
- id: geolocation
year: 2021
- id: file_system_access
year: 2021
- id: web_share
year: 2021
- id: webxr
year: 2021
- id: other_features
template: feature
slug: features
questions:
- id: pwa
- id: wasm
######################################################
######### TOOLS #########
######################################################
# For each question in this section, possible answers are:
# - Never heard of it
# - Have heard, but not interested
# - Have heard, and interested in learning
# - Have used, but wouldn't use again
# - Have used, and would use again
# removed in 2021
# - id: javascript_flavors
# template: tool
# slug: tools
# questions:
# - id: typescript
# - id: reason
# - id: elm
# - id: clojurescript
# - id: purescript
# - id: javascript_flavors
# intlId: tools.other_tools
# template: project
# sectionSlug: tools_others
# - id: javascript_flavors
# intlId: tools.happiness
# sectionSlug: happiness
# template: happiness
- id: front_end_frameworks
template: tool
slug: tools
questions:
- id: tools_intro
template: help
- id: react
- id: vuejs
- id: angular
- id: preact
- id: ember
- id: svelte
- id: alpinejs
- id: litelement
- id: stimulus
- id: solid
year: 2021
- id: front_end_frameworks
intlId: tools.other_tools
template: project
sectionSlug: tools_others
- id: front_end_frameworks
intlId: tools.happiness
template: happiness
sectionSlug: happiness
# removed in 2021
# - id: datalayer
# template: tool
# slug: tools
# questions:
# - id: redux
# - id: apollo
# - id: graphql
# - id: mobx
# - id: relay
# - id: xstate
# - id: vuex
# # - id: firebase
# # - id: react_query
# # - id: swr
# - id: datalayer
# intlId: tools.other_tools
# template: project
# sectionSlug: tools_others
# - id: datalayer
# intlId: tools.happiness
# template: happiness
# sectionSlug: happiness
- id: back_end_frameworks
template: tool
slug: tools
questions:
# removed in 2021
# - id: koa
# - id: meteor
# - id: hapi
- id: express
- id: nextjs
- id: nuxt
- id: gatsby
- id: nest
- id: strapi
- id: fastify
# new in 2021
- id: redwood
year: 2021
- id: astro
year: 2021
- id: eleventy
year: 2021
- id: blitz
year: 2021
- id: remix
year: 2021
- id: sveltekit
year: 2021
- id: back_end_frameworks
intlId: tools.other_tools
template: project
sectionSlug: tools_others
- id: back_end_frameworks
intlId: tools.happiness
template: happiness
sectionSlug: happiness
- id: testing
template: tool
slug: tools
questions:
- id: jest
- id: mocha
- id: storybook
- id: cypress
- id: ava
- id: jasmine
- id: puppeteer
- id: testing_library
- id: playwright
- id: webdriverio
- id: vitest
year: 2021
- id: testing
intlId: tools.other_tools
template: project
sectionSlug: tools_others
- id: testing
intlId: tools.happiness
template: happiness
sectionSlug: happiness
# under consideration for 2022?
# - id: graphics_animation
# template: tool
# slug: tools
# questions:
# # charts
# - id: echarts
# - id: chartjs
# - id: d3
# # - id: recharts
# - id: visx
# - id: nivo
# # drawing/3D
# - id: threejs
# - id: pixijs
# - id: fabricjs
# # animation
# - id: animejs
# - id: lottie
# - id: greensock
# - id: popmotion
# # - id: motion
# # - id: velocity
# - id: graphics_animation
# intlId: tools.other_tools
# template: project
# sectionSlug: tools_others
# - id: graphics_animation
# intlId: tools.happiness
# template: happiness
# sectionSlug: happiness
- id: mobile_desktop
template: tool
slug: tools
questions:
- id: electron
- id: reactnative
- id: nativeapps
- id: cordova
- id: ionic
- id: capacitor
- id: nwjs
- id: expo
- id: quasar
- id: tauri
year: 2021
- id: mobile_desktop
intlId: tools.other_tools
template: project
sectionSlug: tools_others
- id: mobile_desktop
intlId: tools.happiness
template: happiness
sectionSlug: happiness
- id: build_tools
template: tool
slug: tools
questions:
- id: webpack
- id: parcel
- id: gulp
- id: rollup
- id: browserify
- id: tsc
- id: rome
- id: snowpack
- id: swc
- id: esbuild
# new in 2021
- id: vite
year: 2021
- id: wmr
year: 2021
- id: build_tools
intlId: tools.other_tools
template: project
sectionSlug: tools_others
- id: build_tools
intlId: tools.happiness
template: happiness
sectionSlug: happiness
- id: monorepo_tools
template: tool
slug: tools
year: 2021
questions:
- id: rush
year: 2021
- id: turborepo
year: 2021
- id: yarn_workspaces
year: 2021
- id: yalc
year: 2021
- id: lerna
year: 2021
- id: npm_workspaces
year: 2021
- id: pnpm
year: 2021
- id: nx
year: 2021
- id: monorepo_tools
intlId: tools.other_tools
template: project
sectionSlug: tools_others
- id: monorepo_tools
intlId: tools.happiness
template: happiness
sectionSlug: happiness
######################################################
######### OTHER TOOLS #########
######################################################
- id: other_tools
slug: tools_others
questions:
- id: libraries
template: multiple
options:
- id: immer
- id: lodash
- id: underscore
- id: moment
- id: dayjs
- id: date_fns
- id: luxon
- id: ramda
- id: jquery
- id: rxjs
- id: axios
- id: d3
- id: stdlib
- id: libraries
template: project
- id: utilities
template: multiple
options:
- id: babel
- id: prettier
- id: eslint
- id: nvm
- id: "n"
- id: zx
year: 2021
- id: volta
year: 2021
- id: verdaccio
year: 2021
- id: utilities
template: project
- id: runtimes
template: multiple
options:
- id: browser_environment
- id: node
- id: deno
- id: chakracore
- id: hermes
- id: service_workers
year: 2021
- id: serverless_workers
year: 2021
- id: runtimes
template: others
matchTags: [libraries, other]
# - id: package_management
# year: 2021
# template: multiple
# options:
# - id: npm
# - id: pnpm
# - id: yarn
# - id: package_management
# year: 2021
# template: project
# - id: package_registries
# year: 2021
# template: multiple
# options:
# - id: npm
# - id: github
# - id: jspm
# - id: private_registry
# - id: package_registries
# year: 2021
# template: project
- id: javascript_flavors
year: 2021
template: multiple
options:
- id: typescript
- id: reason
- id: flow
- id: elm
- id: clojurescript
- id: purescript
- id: coffeescript
- id: rescript
- id: imba
- id: javascript_flavors
year: 2021
template: others
matchTags: [javascript_flavors, libraries]
- id: non_js_languages
template: multiple
options:
- id: php
- id: ruby
- id: python
- id: go
- id: rust
- id: java
- id: c_cplusplus
- id: objective_c
- id: scala
- id: swift
- id: csharp
- id: haskell
- id: ocaml
- id: dart
- id: kotlin
- id: elixir
- id: bash
- id: clojure
- id: elm
- id: julia
- id: non_js_languages
template: others
matchTags: [languages]
# - id: browsers
# template: multiple
# options:
# - id: edge
# - id: chrome
# - id: safari
# - id: firefox
# - id: internet_explorer_11
# - id: internet_explorer_8_9_10
# - id: opera_mini
# - id: safari_ios
# - id: chrome_ios
# - id: chrome_android
# - id: firefox_android
# - id: samsung_internet
# - id: vivaldi
# - id: brave
# - id: ucbrowser
# - id: opera
# - id: polypane
# - id: form_factors
# template: multiple
# options:
# - id: desktop
# - id: smartphone
# - id: feature_phone
# - id: tablet
# - id: smart_watch
# - id: tv
# - id: gaming_console
# - id: screen_reader
# - id: print
# - id: keyboard_only
# - id: testing_tools
# - id: vision_simulator
- id: tool_evaluation
year: 2021
template: bracket
options:
- id: learning_curve_documentation # is a tool is easy to learn?
- id: momentum_popularity # does it have a lot of hype?
- id: user_base_size # is it a well-established option?
- id: developer_experience_tooling # does it provide a good developer experience?
- id: performance_user_experience # does it provide a good user experience?
- id: creator_team # is it backed by a well-known/well-funded team?
- id: accessibility_features # does it implement accessibility features well?
- id: community_inclusivity # does it have a good community?
######################################################
######### RESOURCES #########
######################################################
- id: resources
slug: resources
questions:
- id: first_steps
template: multiple
options:
- id: books
- id: videos
- id: courses_free
- id: courses_paid
- id: school
- id: podcasts
- id: bootcamp
- id: on_the_job
- id: mentoring
- id: self_directed
- id: first_steps
template: others
matchTags: [first_steps, courses, podcasts, people, youtube, sites, newsletters, socialmedia]
- id: blogs_news_magazines
template: multiple
options:
# removed in 2021 (personal blogs)
# - id: david_walsh
# - id: overreacted
# - id: kentcdodds
- id: css_tricks
- id: a_list_apart
- id: smashing_magazine
- id: codrops
- id: sitepoint
- id: devto
- id: daily_js
- id: echo_js
- id: front_end_front
- id: frontend_horse
- id: frontend_focus
- id: js_weekly
- id: bestofjs
- id: alligator
- id: medium
- id: blogs_news_magazines
template: others
matchTags: [courses, people, youtube, sites, newsletters, socialmedia]
- id: sites_courses
template: multiple
options:
- id: stack_overflow
- id: mdn
- id: w3schools
- id: freecodecamp
- id: codecademy
- id: levelup
- id: wes_bos
- id: frontendmasters
- id: pluralsight
- id: designcode
- id: udemy
- id: egghead
- id: newline
- id: web_dev
- id: sites_courses
template: others
matchTags: [courses, people, youtube, sites, newsletters, socialmedia]
- id: podcasts
template: multiple
options:
- id: shop_talk_show
- id: big_web_show
- id: changelog
- id: syntaxfm
- id: js_party
- id: javascript_jabber
- id: full_stack_radio
- id: front_end_happy_hour
- id: jamstack_radio
- id: web_platform_podcast
- id: modern_web
- id: codepen_radio
- id: ladybug
- id: react_podcast
- id: software_engineering_daily
- id: real_talk_javascript
- id: frontend_weekend
- id: web_standards_ru
- id: frontend_first
- id: http_203
- id: a11y_rules
- id: tools_day
- id: the_bike_shed
- id: css_podcast
- id: undefined_podcast
- id: podcasts
template: others
matchTags: [podcasts, people, sites]
- id: people
year: 2021
template: others
matchTags: [people, youtube]
######################################################
######### OPINIONS #########
######################################################
- id: opinions
slug: opinions
questions:
# removed in 2021
# - id: js_over_used_online
# template: opinion
# - id: enjoy_building_js_apps
# template: opinion
# - id: would_like_js_to_be_main_lang
# template: opinion
- id: js_moving_in_right_direction
template: opinion
- id: building_js_apps_overly_complex
template: opinion
- id: js_ecosystem_changing_to_fast
template: opinion
- id: js_pain_points
year: 2021
template: bracket
options:
- id: state_management
- id: architecture
- id: finding_packages
- id: debugging
- id: managing_dependencies
- id: async_code
- id: writing_modules
- id: date_management
- id: js_pain_points
year: 2021
sectionSlug: opinions_others
template: others
matchTags: [js_pain_points]
- id: currently_missing_from_js
year: 2021
template: bracket
options:
- id: static_typing
- id: standard_library
- id: pattern_matching
- id: pipe_operator
- id: decorators
- id: immutable_data_structures
- id: better_date_management
- id: observable
- id: currently_missing_from_js
sectionSlug: opinions_others
template: others
matchTags: [js_missing_features]
- id: state_of_the_web
template: happiness
sectionSlug: happiness
- id: state_of_js
template: happiness
sectionSlug: happiness
######################################################
######### DEMOGRAPHICS #########
######################################################
- id: user_info
slug: user_info
questions:
- id: age
template: single
options:
- id: range_less_than_10
- id: range_10_18
- id: range_18_24
- id: range_25_34
- id: range_35_44
- id: range_45_54
- id: range_55_64
- id: range_more_than_65
- id: years_of_experience
template: single
options:
- id: range_less_than_1
- id: range_1_2
- id: range_2_5
- id: range_5_10
- id: range_10_20
- id: range_more_than_20
- id: company_size
template: single
options:
- id: range_1
- id: range_1_5
- id: range_5_10
- id: range_10_20
- id: range_20_50
- id: range_50_100
- id: range_100_1000
- id: range_more_than_1000
- id: yearly_salary
template: single
options:
- id: range_work_for_free
- id: range_0_10
- id: range_10_30
- id: range_30_50
- id: range_50_100
- id: range_100_200
- id: range_more_than_200
- id: higher_education_degree
template: single
options:
- id: no_degree
- id: yes_related
- id: yes_unrelated
- id: country
template: country
- id: gender
template: single
allowother: true
options:
- id: female
- id: male
- id: non_binary
- id: not_listed
- id: race_ethnicity
template: multiple
allowother: true
options:
- id: black_african
- id: east_asian
- id: hispanic_latin
- id: middle_eastern
- id: multiracial
- id: native_american_islander_australian
- id: south_asian
- id: south_east_asian
- id: white_european
- id: not_listed
- id: disability_status
year: 2021
template: multiple
allowother: true
options:
- id: visual_impairments
- id: hearing_impairments
- id: mobility_impairments
- id: cognitive_impairments
- id: not_listed
- id: disability_status
year: 2021
template: others
matchTags: [disabilities]
- id: github_username
template: text
- id: twitter_username
year: 2021
template: text
- id: how_did_user_find_out_about_the_survey
template: text