Mark As Completed Discussion

Let's test your knowledge. Fill in the missing part by typing it in.

When building a React application, it is essential to restrict access to certain routes and resources based on user roles and permissions. One way to achieve route security is by using a routing library like React Router. React Router allows you to define __ that can only be accessed by users with specific roles and permissions.

Write the missing line below.