-
Notifications
You must be signed in to change notification settings - Fork 1
/
state_of_js.yml
244 lines (201 loc) · 7.4 KB
/
state_of_js.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
locale: nl-NL
namespace: js
translations:
###########################################################################
# General
###########################################################################
- key: general.state_of_js.intro
t: >
De JavaScript-wereld kan een beetje classificatie gebruiken.
Sinds 2016 heeft deze enquête elk jaar gegevens verzameld
van meer dan 20.000 ontwikkelaars om huidige en toekomstige trends te identificeren.
Vul de enquête in en help ons erachter te komen welke libraries ontwikkelaars
nog willen leren, welke de beste tevredenheidsbeoordelingen hebben en nog veel meer.
###########################################################################
# Sections
###########################################################################
- key: sections.syntax.title
t: Syntax
- key: sections.syntax.description
t: De grammatica van JavaScript.
- key: sections.language.title
t: Taal
- key: sections.language.description
t: Het vocabulaire van JavaScript.
- key: sections.data_structures.title
t: Data Structuren
- key: sections.data_structures.description
t: Hoe je gegevens opslaat en manipuleert.
- key: sections.browser_apis.title
t: Browser APIs
- key: sections.browser_apis.description
t: De functies die door de browser worden geboden.
- key: sections.other_features.title
t: Andere Functies
- key: sections.other_features.description
t: Andere technologieën en patronen.
- key: sections.patterns.title
t: Patronen
- key: sections.patterns.description
t: Hoe je het liefst code schrijft.
- key: sections.javascript_flavors.title
t: JavaScript-smaken
- key: sections.javascript_flavors.description
t: Talen die naar JavaScript compileren.
- key: sections.front_end_frameworks.title
t: Front-end Frameworks
- key: sections.front_end_frameworks.description
t: Front-end frameworks en libraries.
- key: sections.datalayer.title
t: Data Layer
- key: sections.datalayer.description
t: Gegevens laden en beheren in je app.
- key: sections.back_end_frameworks.title
t: Back-end Frameworks
- key: sections.back_end_frameworks.description
t: JavaScript op de server.
- key: sections.testing.title
t: Testen
- key: sections.testing.description
t: Tools voor het testen van je code.
- key: sections.mobile_desktop.title
t: Mobiel & Desktop
- key: sections.mobile_desktop.description
t: JavaScript voor mobiele apparaten en desktop-apps.
- key: sections.build_tools.title
t: Build Tools
- key: sections.build_tools.description
t: Code compileren en bundelen.
- key: sections.tools.title
t: Andere Tools
- key: sections.tools.description
t: Andere JavaScript tools.
###########################################################################
# Options
###########################################################################
###########################################################################
# Features
###########################################################################
# syntax
- key: features.destructuring
t: Destructuring
- key: features.spread_operator
t: Spread operator
- key: features.arrow_functions
t: Arrow Functions
- key: features.nullish_coalescing
t: Nullish Coalescing
- key: features.optional_chaining
t: Optional Chaining
- key: features.private_fields
t: Private Fields
# language
- key: features.proxies
t: Proxies
- key: features.async_await
t: Async/Await
- key: features.promises
t: Promises
- key: features.decorators
t: Decorators
- key: features.decorators.description
t: >
In zijn eenvoudigste vorm is een decorator gewoon een manier om
het ene stukje code met het andere in te pakken - het letterlijk “decoreren”.
- key: features.dynamic_import
t: Dynamic Import
# data structures
- key: features.maps
t: Maps
- key: features.sets
t: Sets
- key: features.typed_arrays
t: Typed Arrays
- key: array_prototype_flat
t: Array.prototype.flat
# browser apis
- key: features.service_workers
t: Service Workers
- key: features.local_storage
t: LocalStorage
- key: features.i18n
t: i18n
- key: features.web_components
t: Web Components
- key: features.web_audio
t: Web Audio API
- key: features.webgl
t: WebGL
- key: features.web_animations
t: Web Animations API
- key: features.webrtc
t: WebRTC
- key: features.web_speech
t: Web Speech API
- key: features.webvr
t: WebVR
- key: features.websocket
t: Websocket
- key: features.fetch
t: Fetch API
# other features
- key: features.pwa
t: Progressive Web Apps (PWA)
- key: features.wasm
t: WebAssembly (WASM)
# patterns
- key: patterns.object_oriented_programming
t: Object-Oriented Programming
- key: features.functional_programming
t: Functional Programming
- key: features.reactive_programming
t: Reactive Programming
###########################################################################
# Tools
###########################################################################
- key: tools.angular.description
t: >
Let op dat deze vraag alleen gericht is op [Angular](https://angular.io/) ervaring,
en specifiek *niet* van toepassing is op de verouderde [AngularJS](https://angularjs.org/).
###########################################################################
# Other Tools
###########################################################################
- key: tools.runtimes
t: JavaScript Runtimes
- key: tools.runtimes.question
t: Welke engines/runtimes/execution environments gebruik je regelmatig?
- key: tools.runtimes.others
t: Andere Runtimes
- key: tools.runtimes.others.description
t: Andere antwoorden (veld met vrije vorm).
- key: tools.package_registries
t: Package Registries
- key: tools.package_registries.question
t: Van welk package registries haal je regelmatig packages op?
- key: tools.package_registries.others
t: Andere Package Registries
- key: tools.package_registries.others.description
t: Andere antwoorden (veld met vrije vorm).
###########################################################################
# Opinions
###########################################################################
- key: opinions.js_moving_in_right_direction
t: JavaScript beweegt zich in de goede richting
- key: opinions.building_js_apps_overly_complex
t: Het bouwen van JavaScript-apps is momenteel overdreven complex
- key: opinions.js_over_used_online
t: JavaScript wordt online te veel gebruikt
- key: opinions.enjoy_building_js_apps
t: Ik vind het leuk om JavaScript-apps te bouwen
- key: opinions.would_like_js_to_be_main_lang
t: Ik zou graag willen dat JavaScript mijn belangrijkste programmeertaal is
- key: opinions.js_ecosystem_changing_to_fast
t: Het JavaScript-ecosysteem verandert te snel
- key: opinions_others.missing_from_js.others
t: Wat ontbreekt er volgens jou momenteel in JavaScript?
- key: opinions_others.missing_from_js.others.description
t: Functies die je ooit in JavaScript zou willen zien.
- key: happiness.state_of_the_web
t: Hoe tevreden ben je met de algemene staat van webtechnologieën?
- key: happiness.state_of_js
t: Hoe tevreden ben je met de algemene staat van JavaScript?