You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: MIGRANDO.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Este Cheatsheet recopila consejos y utilidades de casos de estudios reales de eq
32
32
> ⚠️ Este Cheatsheet es extremadamente nuevo y podría usar toda la ayuda que podamos obtener. Consejos sólidos, resultados, y contenido actualizado son bienvenidos.
33
33
34
34
## Prerrequisitos
35
+
35
36
Leer la [Guía oficial de TypeScript para migrar desde JS](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html) y también deberías estar familiarizado con la [Guía de conversión de React](https://github.com/Microsoft/TypeScript-React-Conversion-Guide#typescript-react-conversion-guide).
@@ -163,7 +164,6 @@ Una vez que haya terminado, trague la píldora roja apagando los `any` implícit
163
164
164
165
Esto generará un montón de errores de tipo y puedes comenzar a convertir archivos a TS u (opcionalmente) usar [anotaciones JSDoc](https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html) en tu JS.
165
166
166
-
167
167
Una práctica común es usar alias de tipo TODO para `any`, para que puedas hacer un seguimiento de lo que necesita hacer luego.
168
168
169
169
```ts
@@ -223,7 +223,6 @@ Contenido antiguo que posiblemente esté desactualizado
223
223
224
224
## Diversas historias de migración de compañías notables y fuentes abiertas
225
225
226
-
227
226
-[Adopting TypeScript at Scale - AirBnB's conversion story and strategy](https://www.youtube.com/watch?v=P-J9Eg7hJwE)
[entria]: https://medium.com/entria/incremental-migration-to-typescript-on-a-flowtype-codebase-515f6490d92d"Incremental Migration to TypeScript on a Flowtype codebase"
253
252
[coherentlabs]: https://hashnode.com/post/how-we-migrated-a-200k-loc-project-to-typescript-and-survived-to-tell-the-story-ciyzhikcc0001y253w00n11yb"How we migrated a 200K+ LOC project to TypeScript and survived to tell the story"
254
-
[tiny]: https://go.tiny.cloud/blog/benefits-of-gradual-strong-typing-in-javascript/"Benefits of gradual strong typing in JavaScript"
253
+
[tiny]: https://go.tiny.cloud/blog/benefits-of-gradual-strong-typing-in-javascript/"Benefits of gradual strong typing in JavaScript"
0 commit comments