Skip to content

Commit

Permalink
Merge pull request #64 from D3press3dd/main
Browse files Browse the repository at this point in the history
add a new link to the first question
  • Loading branch information
midudev authored Jan 18, 2023
2 parents 47e404b + 2829d21 commit f27085c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- [¿Cómo crear un componente en React?](#cómo-crear-un-componente-en-react)
- [¿Qué son las props en React?](#qué-son-las-props-en-react)
- [¿Qué es y para qué sirve la prop `children` en React?](#qué-es-y-para-qué-sirve-la-prop-children-en-react)
- [¿Qué diferencia hay entre props y state?](#qué-diferencia-hay-entre-props-y-state)
- [ ¿Qué diferencia hay entre props y state?](#qué-diferencia-hay-entre-props-y-state)
- [¿Se puede inicializar un estado con el valor de una prop? ¿Qué pasa si lo haces y qué hay que tener en cuenta?](#se-puede-inicializar-un-estado-con-el-valor-de-una-prop-qué-pasa-si-lo-haces-y-qué-hay-que-tener-en-cuenta)
- [¿Qué es el renderizado condicional en React?](#qué-es-el-renderizado-condicional-en-react)
- [¿Cómo puedes aplicar clases CSS a un componente en React y por qué no se puede usar `class`?](#cómo-puedes-aplicar-clases-css-a-un-componente-en-react-y-por-qué-no-se-puede-usar-class)
Expand Down Expand Up @@ -158,6 +158,7 @@ Enlaces de interés:
- [Curso de React.js](https://midu.link/react)
- [Documentación oficial de React en Español](https://es.reactjs.org/)
- [Introduction to React.js de Facebook (2013)](https://www.youtube.com/watch?v=XxVg_s8xAms)
- [Documentación oficial de React actualizada](https://beta.reactjs.org/) en inglés

**[⬆ Volver a índice](#índice)**

Expand Down

1 comment on commit f27085c

@vercel
Copy link

@vercel vercel bot commented on f27085c Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.