Project
import React from 'react'; const Account = () => ( <div> <h1>Account</h1> </div> ); export default Account;
When you run the application and click through the links in the Navigation component, the displayed page component should change according to the URL.
Exercise
- Confirm your source code for this section.
- Learn more about React Router.