Skip to content

Commit 26f598d

Browse files
author
Adam Gołąb
committed
Added image with spanish roadmap, sorted readmes alphabeticaly
1 parent 0542b85 commit 26f598d

File tree

8 files changed

+1937
-23
lines changed

8 files changed

+1937
-23
lines changed

README-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
[README in English](README.md)
44

5-
[README in Spanish](README-ES.md)
6-
7-
[README in Russian](README-RU.md)
5+
[README in Japanese](README-JA.md)
86

97
[README in Portuguese (Brazil)](README-PTBR.md)
108

11-
[README in Japanese](README-JA.md)
9+
[README in Russian](README-RU.md)
10+
11+
[README in Spanish](README-ES.md)
1212

1313
> 该指南将助你在 2019 成为一名 React 开发者
1414

README-ES.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# React Developer Roadmap
2+
23
[README in Chinese](README-CN.md)
34

4-
[README in Spanish](README-ES.md)
5+
[README in English](README.md)
56

6-
[README in Russian](README-RU.md)
7+
[README in Japanese](README-JA.md)
78

89
[README in Portuguese (Brazil)](README-PTBR.md)
910

11+
[README in Russian](README-RU.md)
12+
1013
> Roadmap para convertirse en un desarrollador React en 2019::
1114
1215
A continuación puede encontrar un gráfico que muestra las rutas que puede tomar y las bibliotecas que le gustaría aprender para convertirse en un desarrollador React. Hice esta tabla como una sugerencia para todos los que me preguntan: "¿Qué debo aprender a continuación como desarrollador de React?"
@@ -16,7 +19,7 @@ A continuación puede encontrar un gráfico que muestra las rutas que puede toma
1619
1720
## Roadmap
1821

19-
![Roadmap](./roadmap.png)
22+
![Roadmap](./roadmap-es.png)
2023

2124
## Resources
2225

@@ -55,7 +58,7 @@ A continuación puede encontrar un gráfico que muestra las rutas que puede toma
5558
* [Rollup](https://rollupjs.org/guide/en)
5659
* [Parcel](https://parceljs.org/)
5760
5. Estilo
58-
1. Preprocesadores CSS
61+
1. Preprocesadores CSS
5962
* [Sass/CSS](https://sass-lang.com/)
6063
* [PostCSS](https://postcss.org/)
6164
* [Less](http://lesscss.org/)
@@ -151,7 +154,7 @@ A continuación puede encontrar un gráfico que muestra las rutas que puede toma
151154
* [Rogue](https://github.com/alidcastano/rogue.js)
152155
15. Generador de sitio estático
153156
* [Gatsby](https://www.gatsbyjs.org/)
154-
16. Integración con Framework de Backend
157+
16. Integración con Framework de Backend
155158
* [React on Rails](https://shakacode.gitbooks.io/react-on-rails/content/)
156159
17. Móvil
157160
* [React Native](https://facebook.github.io/react-native/)

README-JA.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# React 開発者ロードマップ
2-
[README in English](README.md)
32

43
[README in Chinese](README-CN.md)
54

6-
[README in Russian](README-RU.md)
5+
[README in English](README.md)
76

87
[README in Portuguese (Brazil)](README-PTBR.md)
98

9+
[README in Russian](README-RU.md)
10+
11+
[README in Spanish](README-ES.md)
12+
1013
> Roadmap to becoming a React developer in 2019:
1114
1215
これはReact開発者になるためにあなたが学ぶべき技術やライブラリを示すチャートです。 このチャートは、「React開発者として次に何を学ぶ必要があるのか」と悩むすべての人へのヒントとして作成しました。

README-PTBR.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Guia do desenvolvedor React
22

3-
[README in English](README.md)
3+
[README in Chinese](README-CN.md)
44

5-
[README in Spanish](README-ES.md)
5+
[README in English](README.md)
66

7-
[README in Chinese](README-CN.md)
7+
[README in Japanese](README-JA.md)
88

99
[README in Russian](README-RU.md)
1010

11-
[README in Japanese](README-JA.md)
11+
[README in Spanish](README-ES.md)
1212

1313
> Guia para se tornar um desenvolvedor React em 2019:
1414
> Abaixo, você pode encontrar um diagrama mostrando os caminhos que podem levar, bem como as bibliotecas que você precisa aprender para se tornar um desenvolvedor React. Eu fiz esse esquema como uma dica para qualquer um que me perguntasse: "O que eu deveria aprender mais como desenvolvedor React?"

README-RU.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# План становления React-разработчиком
22

3-
[README in English](README.md)
3+
[README in Chinese](README-CN.md)
44

5-
[README in Spanish](README-ES.md)
5+
[README in English](README.md)
66

7-
[README in Chinese](README-CN.md)
7+
[README in Japanese](README-JA.md)
88

99
[README in Portuguese (Brazil)](README-PTBR.md)
1010

11-
[README in Japanese](README-JA.md)
11+
[README in Spanish](README-ES.md)
1212

1313
> План, чтобы стать React-разработчиком в 2019 году:
1414

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# React Developer Roadmap
2-
[README in Chinese](README-CN.md)
32

4-
[README in Spanish](README-ES.md)
3+
[README in Chinese](README-CN.md)
54

6-
[README in Russian](README-RU.md)
5+
[README in Japanese](README-JA.md)
76

87
[README in Portuguese (Brazil)](README-PTBR.md)
98

10-
[README in Japanese](README-JA.md)
9+
[README in Russian](README-RU.md)
10+
11+
[README in Spanish](README-ES.md)
1112

1213
> Roadmap to becoming a React developer in 2019:
1314

roadmap-es.png

364 KB
Loading

src/react-developer-roadmap-es.xml

Lines changed: 1907 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)