🎴 Flashcard Mode
React Routing
Card1 / 15
Mastered0
Review0
QuestionClick to flip
What is the primary purpose of React Routing?
AnswerClick to flip back
A
Enabling navigation between different pages or components in a React application
💡 Explanation:
React Routing is a library that allows you to create single-page applications in React, where the entire application is loaded on a single page and navigation between different views or components is handled through client-side routing.