Chevron Left
Zurück zu Build a Website using React

Bewertung und Feedback des Lernenden für Build a Website using React von Coursera Project Network

4.2
Sterne
10 Bewertungen

Über den Kurs

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....
Filtern nach:

1 - 2 von 2 Bewertungen für Build a Website using React

von Anfisa D

•

1. Feb. 2022

Thank you! It was an amazing experience :-)

von michael z

•

18. Jan. 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?