Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 275 Bytes

no-forward-ref.md

File metadata and controls

11 lines (6 loc) · 275 Bytes

Pattern: Use of forwardRef reference for DI

Issue: -

Description

The flow of DI is disrupted by using forwardRef and might make code more difficult to understand.

Further Reading