Day-13:π¨βπ»π₯
(React)
Today, I explored the useContext hook in React and implemented a dark/light theme toggle to practice it. useContext simplifies state sharing across components. More importantly it prevents props drilling which would be very tedious.
Tasks:
Made a dark/light theme toggle using useContext hook.
That's it for today! π
Top comments (0)