-
Notifications
You must be signed in to change notification settings - Fork 7
/
state_of_js.yml
397 lines (339 loc) · 14 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
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
locale: es-ES
namespace: js
translations:
###########################################################################
# General
###########################################################################
- key: general.state_of_js.intro
t: >
El mundo de JavaScript podría aprovecharse de un cierto orden.
Desde 2016 esta encuesta ha recopilado datos de más de 20,000
desarrolladores cada año para identificar actuales y futuras tendencias.
Haz la encuesta y ayúdanos a descubrir que librerías quieren aprender los
desarrolladores, cuales son las que tienen mayores índices de satisfacción, y mucho más.
###########################################################################
# Sections
###########################################################################
- key: sections.syntax.title
t: Sintaxis
- key: sections.syntax.description
t: La gramática de JavaScript.
- key: sections.language.title
t: Lenguaje
- key: sections.language.description
t: El vocabulario de JavaScript.
- key: sections.data_structures.title
t: Estructuras de datos
- key: sections.data_structures.description
t: Como almacenas y manipulas la información.
- key: sections.browser_apis.title
t: APIs del navegador
- key: sections.browser_apis.description
t: Características facilitadas por el navegador.
- key: sections.other_features.title
t: Otras características
- key: sections.other_features.description
t: Otras tecnologías y patrones.
- key: sections.patterns.title
t: Patrones
- key: sections.patterns.description
t: ¿Cómo prefieres escribir código?
- key: sections.javascript_flavors.title
t: Sabores de JavaScript
- key: sections.javascript_flavors.description
t: Lenguajes que compilan a JavaScript
- key: sections.front_end_frameworks.title
t: Front-end frameworks
- key: sections.front_end_frameworks.description
t: Front-end frameworks y librerías
- key: sections.datalayer.title
t: Capa de datos
- key: sections.datalayer.description
t: Cargando y manejando datos en tus aplicaciones
- key: sections.back_end_frameworks.title
t: Back-end frameworks
- key: sections.back_end_frameworks.description
t: JavaScript en el servidor
- key: sections.testing.title
t: Testing
- key: sections.testing.description
t: Herramientas para probar tu código
- key: sections.mobile_desktop.title
t: Móviles y escritorio
- key: sections.mobile_desktop.description
t: JavaScript para dispositivos móviles y aplicaciones de escritorio
- key: sections.build_tools.title
t: Herramientas de construcción
- key: sections.build_tools.description
t: Compilando y construyendo código
- key: sections.monorepo_tools.title
t: Herramientas de monorepos
- key: sections.monorepo_tools.description
t: Herramientas utilizadas para manejar monorepos.
- key: sections.tools.title
t: Otras herramientas
- key: sections.tools.description
t: Otras herramientas de JavaScript.
- key: sections.other_tools.title
t: Otras herramientas
- key: sections.other_tools.description
t: Para estas herramientas y tecnologías, marca las que uses regularmente.
###########################################################################
# Options
###########################################################################
# JS pain points
# - key: options.js_pain_points.browser_interoperability
# t: Browser Compatibility
# - key: options.js_pain_points.browser_interoperability.description
# t: Differences between Chrome, Safari, Firefox, etc.
# - key: options.js_pain_points.animations
# t: Animations
# - key: options.js_pain_points.animations.description
# t: Managing animations, transitions, etc. using JavaScript.
# - key: options.js_pain_points.form_handling
# t: Form Handling
# - key: options.js_pain_points.form_handling.description
# t: Creating forms, managing their state and errors, and saving their data.
- key: options.js_pain_points.state_management
t: Manejo de estado
- key: options.js_pain_points.state_management.description
t: Manejando el estado global de datos en aplicaciones complejas.
# - key: options.js_pain_points.performance_issues
# t: Performance Issues
# - key: options.js_pain_points.performance_issues.description
# t: Bundle sizes, slow loading, and other performance issues.
- key: options.js_pain_points.managing_dependencies
t: Manejando dependencias
- key: options.js_pain_points.managing_dependencies.description
t: Manejando dependencias, versiones de paquetes y tamaños de librerías
- key: options.js_pain_points.architecture
t: Arquitectura de código
- key: options.js_pain_points.architecture.description
t: Organizando y manteniendo tu base de código.
- key: options.js_pain_points.finding_packages
t: Encontrando paquetes
- key: options.js_pain_points.finding_packages.description
t: Encontrando y evaluando paquetes de JavaScript.
- key: options.js_pain_points.writing_modules
t: Escribiendo módulos
- key: options.js_pain_points.writing_modules.description
t: Escribiendo y publicando módulos para JavaScript.
- key: options.js_pain_points.debugging
t: Depurando
- key: options.js_pain_points.debugging.description
t: Identificando y resolviendo problemas en tu código.
- key: options.js_pain_points.async_code
t: Código asíncrono
- key: options.js_pain_points.async_code.description
t: Manejando funciones asíncronas.
- key: options.js_pain_points.modules_management
t: Manejo de módulos
- key: options.js_pain_points.modules_management.description
t: Escribiendo e importando módulos.
- key: options.js_pain_points.date_management
t: Manejo de fechas
- key: options.js_pain_points.date_management.description
t: Manejando y manipulando tiempo y fechas.
# - key: options.js_pain_points.xxx
# t:
# - key: options.js_pain_points.xxx.description
# t:
# JS missing features
- key: options.currently_missing_from_js.static_typing
t: Tipado estático
- key: options.currently_missing_from_js.static_typing.description
t: Tipos nativos (parecido a lo que ofrece TypeScript).
- key: options.currently_missing_from_js.standard_library
t: Librería estándar
- key: options.currently_missing_from_js.standard_library.description
t: Una librería estándar de utilidades comunes
- key: options.currently_missing_from_js.pattern_matching
t: Identificación de patrones
- key: options.currently_missing_from_js.pattern_matching.description
t: Una nueva palabra clave `match` para objetos para identificación de patrones.
- key: options.currently_missing_from_js.js_pipeline_operator
t: Operador pipe
- key: options.currently_missing_from_js.js_pipeline_operator.description
t: Un nuevo operador `|>` para pasar resultados entre funciones.
- key: options.currently_missing_from_js.decorators
t: Decoradores
- key: options.currently_missing_from_js.decorators.description
t: Decoradores para añadir funcionalidad a un elemento.
- key: options.currently_missing_from_js.immutable_data_structures
t: Estructuras de datos immutables
- key: options.currently_missing_from_js.immutable_data_structures.description
t: Nuevas estructuras immutables como `Record` y `Tuple`.
- key: options.currently_missing_from_js.better_date_management
t: Mejor manejo de fechas
- key: options.currently_missing_from_js.better_date_management.description
t: Un nuevo objeto `Temporal` para trabajar con tiempos y fechas.
- key: options.currently_missing_from_js.observable
t: Observable
- key: options.currently_missing_from_js.observable.description
t: Un nuevo tipo `observable` para modelar fuentes de datos push.
# - key: options.currently_missing_from_js.xxx
# t:
# - key: options.currently_missing_from_js.xxx.description
# t:
###########################################################################
# Features
###########################################################################
# syntax
- key: features.destructuring
t: Desestructurando
- 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: Promesas
- key: features.decorators
t: Decoradores
- key: features.decorators.description
t: >
En su forma más sencilla, un decorador es una forma de
envolver un trozo de código con otro, literalmente, decorándolo.
- key: features.dynamic_import
t: Importación dinámica
# data structures
- key: features.maps
t: Mapas
- 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: Local storage
- key: features.i18n
t: i18n
- key: features.web_components
t: Componentes web
- key: features.web_audio
t: API web para Audio
- key: features.webgl
t: WebGL
- key: features.web_animations
t: API web para animaciones
- key: features.webrtc
t: WebRTC
- key: features.web_speech
t: API web para síntesis de voz
- key: features.webvr
t: WebVR
- key: features.websocket
t: Websocket
- key: features.fetch
t: API para llamadas al servidor (fetch)
# other features
- key: features.pwa
t: Aplicaciones web progresivas (PWA)
- key: features.wasm
t: WebAssembly (WASM)
# patterns
- key: patterns.object_oriented_programming
t: Programación orientada a objetos
- key: features.functional_programming
t: Programación funcional
- key: features.reactive_programming
t: Programación reactiva
# upcoming features
# - key: features.static_typing
# t: Static Typing
# - key: features.standard_library
# t: Standard Library
# - key: features.pattern_matching
# t: Pattern Matching
# - key: features.js_pipeline_operator
# t: Pipe Operator
# - key: features.immutable_data_structures
# t: Immutable Data Structures
###########################################################################
# Tools
###########################################################################
- key: tools.angular.description
t: >
Date cuenta de que esta pregunta solo fija experiencia con [Angular](https://angular.io/)
como objetivo, y específicamente *no* aplica al obsoleto [AngularJS](https://angularjs.org/).
###########################################################################
# Other Tools
###########################################################################
- key: tools.runtimes
t: JavaScript runtimes
- key: tools.runtimes.question
t: ¿Qué motores/runtimes/entornos de ejecución usas con regularidad?
- key: tools.runtimes.others
t: Otros runtimes
- key: tools.runtimes.others.description
t: Otras respuestas (campos de texto libre).
- key: tools.package_registries
t: Registros de paquetes
- key: tools.package_registries.question
t: ¿De que registros de paquetes coges paquetes con regularidad?
- key: tools.package_registries.others
t: Otros registros de paquetes
- key: tools.package_registries.others.description
t: Otras respuestas (campos de texto libre).
- key: tools.form_factors
aliasFor: environments.form_factors
- key: tools.form_factors.description
aliasFor: environments.form_factors.question
###########################################################################
# Opinions
###########################################################################
- key: opinions.js_moving_in_right_direction
t: JavaScript va en la dirección adecuada
- key: opinions.building_js_apps_overly_complex
t: Construir aplicaciones con JavaScript es demasiado complicado ahora mismo
- key: opinions.js_over_used_online
t: JavaScript se usa demasiado online
- key: opinions.enjoy_building_js_apps
t: Disfruto construyendo aplicaciones con JavaScript
- key: opinions.would_like_js_to_be_main_lang
t: Me gustaría que JavaScript fuese mi lenguaje de programación principal
- key: opinions.js_ecosystem_changing_to_fast
t: El ecosistema de JavaScript cambia demasiado rápido
- key: opinions.missing_from_js
t: ¿Qué crees que le falta en estos momentos a JavaScript?
- key: opinions.missing_from_js.description
t: ¿Qué cosas nuevas te gustaría ver en JavaScript algún día?
- key: happiness.state_of_the_web
t: ¿Cómo de satisfecho estás con el estado general de las tecnologías web?
- key: happiness.state_of_js
t: ¿Cómo de satisfecho estás con el estado general de JavaScript?
# Pain Points
- key: opinions.js_pain_points
t: Puntos dolorosos de JavaScript
- key: opinions.js_pain_points.description
t: Para cada emparejamiento, elige un aspecto de JavaScript con el que te hayas te nido que pegar demasiado.
- key: opinions_others.js_pain_points.others
t: Otros puntos dolorosos de JavaScript
# Missing Features
- key: opinions.currently_missing_from_js
t: ¿Qué te parece que le falta a JavaScript actualmente?
- key: opinions.currently_missing_from_js.description
t: Por cada emparejamiento, elige la característica de JavaScript que más te gustaría poder usar hoy.
- key: opinions_others.currently_missing_from_js.others
t: Otras características que faltan
###########################################################################
# Resources
###########################################################################
- key: resources.first_steps_js
t: Primeros pasos con JavaScript
- key: resources.first_steps_js.description
t: ¿Cómo empezaste a aprender JavaScript?