Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 382 Bytes

Replacing React Component (Min 4) in a Single Route(Conditional Rendering) - Intermediate.md

File metadata and controls

11 lines (6 loc) · 382 Bytes

Scenario

Let's say that you are developing an application with login and register functionality. After signup, user can invite other users.

Auth Flow

Problem

create React Components for above work Flow with a single Route(For Ex: "/auth")