Skip to main content

Spaghetti Code โ†” Messy Source Code with obfuscated Semantic ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป

Callback Hellโ€‹

Deep nested Callback ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป

Wrapper Hellโ€‹

Deep nested Wrapper ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป

Prop Drillingโ€‹

to pass props through deep Component Hierarchy ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป

Dependency Hellโ€‹

of project with clusterfuck Deps or ver compat issue ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป PAIN to run/migrate, stuck with outdated code

Referencesโ€‹

  1. useRoutes() โ†” React Router Hook to colocate all routes into central Route Config , via ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป config Object

  2. Callback Hell โ†” Deep nested Callback ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป

  3. Wrapper Hell โ†” Deep nested Wrapper ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป

  4. Prop Drilling โ†” to pass props through deep Component Hierarchy ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป

  5. Dependency Hell โ†” of project with clusterfuck Deps or ver compat issue ๐Ÿœ๐Ÿ‘จโ€๐Ÿ’ป PAIN to run/migrate, stuck with outdated code