mediumReact#42

Higher-Order Component pattern

Prompt

Write a HOC called withLogging that logs "Component rendered" each time the wrapped component renders. Apply it to a simple Text component. Remember to forward props through.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code