Exercise
Explore how to write a higher-order component named withSecretToLife that injects a shared prop into wrapped components. Understand how this pattern enables reusable and encapsulated logic for passing data such as the secret to life value across your React app.
Problem
You belong to a team of astronauts that are currently on a mission to discover the secret to ...