28.
What is React Router used for?
Handling form submissions
Controlling the state of React components
Styling React components
Managing the routing in a React application
Correct: D
React Router is used to manage the routing in a React application. It allows you to define different routes and render different components based on the URL, making it easier to create single-page applications with multiple views.