Using a custom hook instead of useContext in React's Context API

📝

内容提要

Junior react devs should use a custom Hook instead of useContext to avoid prop drilling and easily access the theme in multiple components.

🏷️

标签

➡️

继续阅读