There are two pages:
/ - home page,
`/profile' - profile page
On the main page there is an authorization form with a username and password. After clicking the Login button, a transition should take place from the main page to the profile page, where the login should be displayed in the h1 tag. How to organize it using react? To store/display the login, you need to use redux, for routing - react-router.