Basic Design for useDependency Pattern

Explore the flow diagram and basic design for “useDependency” hook pattern.

The following sequence diagram depicts data flow for a component using the useDependency pattern.

Here the User component can request and receive the prop as needed for rendering. Also, all of the functionality to retrieve data from the API is the responsibility of a custom hook. It makes it possible to reuse such code in other components too.

Get hands-on with 1200+ tech skills courses.