Chevron Left
Volver a Build a Website using React

Opiniones y comentarios de aprendices correspondientes a Build a Website using React por parte de Coursera Project Network

4.2
estrellas
10 calificaciones

Acerca del Curso

By the end of this project, you will use React and React Router Dom to Make a Single Page Application (SPA) from an existing website. Traditionally, a web application requires a trip to the server to fetch a web page when a user clicks on a link. A React Single Page Application sends the complete web application to a browser where the individual components are rendered into navigable web pages using the React Router DOM package. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....
Filtrar por:

1 - 2 de 2 revisiones para Build a Website using React

por Anfisa D

•

1 de feb. de 2022

Thank you! It was an amazing experience :-)

por michael z

•

18 de ene. de 2022

Switch is now Routes with the latest version! But with some stack overflow I was able to get my website up and running. It may be better to be a bit more explanatory sometimes when doing certain things. Like why do I need to place a dot within the import statement. What does the dot do? Does it refers to the root of your project?