tiago1820 / henry-homeworks

0 stars 0 forks source link

React Router #6

Closed tiago1820 closed 1 year ago

tiago1820 commented 1 year ago

Yesterday I was studying React Router.

React Routing is a React library that allows navigation between different components or pages in a single-page application (SPA), without the need to reload the entire page. This is achieved by keeping the UI updated while changing the URL.

Now I'm going to upload the source code of my studies.

tiago1820 commented 1 year ago

Done.