You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor opportunity to clean up logic in app to conditionally render either the login component or app based on route!
Remember to consider though that unlike the researched url/routing... the url will change and go back to home page so this will be like an either or route.
If the route is at / or /:code ... render the landing page
<Routeexactpath="/:code"render={({ match })=>{return(
stephaniemagdic
changed the title
Refactor route to pull code /:code
Dev Story: Refactor route to pull code /:code after linkedin redirect
Nov 28, 2021
Refactor opportunity to clean up logic in app to conditionally render either the login component or app based on route!
Remember to consider though that unlike the researched url/routing... the url will change and go back to home page so this will be like an either or route.
If the route is at / or /:code ... render the landing page
Using salary site github as reference
The text was updated successfully, but these errors were encountered: