Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/00-welcome/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Durante este curso aprenderás los siguientes conceptos:

1. **Usar JSX**: Una gran sintaxis propuesta por Facebook que mezcla HTML y JS en el mismo documento para ayudarte a escribir HTML dinámico.

2. **Cómo construir componentes en React.js**: La web ahora se está haciendo con componentes: Angular, VUE, React, etc. Todos ellos proponen desarrollo "orientado a componentes".
2. **Cómo construir componentes en React.js**: La web ahora se está haciendo con componentes: Angular, Vue, React, etc. Todos ellos proponen desarrollo "orientado a componentes".

3. **Todos los tips para generar HTML dinámico**: Al final, es el objetivo principal del desarrollador front-end: Crear HTML dinámico.

Expand Down
2 changes: 1 addition & 1 deletion exercises/00-welcome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ During this course, you will be learning the following concepts:

1. **Using JSX**: A great syntax proposed by Facebook that mixes HTML and JS in the same file to help you write dynamic HTML.

2. **How to build components with React.js**: The web is now being made using components: Angular, VUE, React, etc. All of them propose "component oriented" developments.
2. **How to build components with React.js**: The web is now being made using components: Angular, Vue, React, etc. All of them propose "component oriented" developments.

3. **All the tips to generate dynamic HTML**: In the end, that is the main front-end developer objective: Creating dynamic HTML.

Expand Down