I wrote a higher-order component in React to make the opening hours of a local shop more fancy. The UI emphasizes the current day with a different background color. To make this happen, the component needs to know which day it is, so I wrapped it with my HOC withToday().
Continue reading “Enhancing UI with a Higher-Order Component for Dynamic Opening Hours in React”