100daysofcode #day33
Today's learning is React Router.
React Router is a standard library for routing in React. It enables the navigation among views of various components in a React Application, allows changing the browser URL, and keeps the UI in sync with the URL. ... The application will contain three components: home component, about a component, and contact component.
Top comments (0)