DEV Community

Cover image for Daily React Learning -13
Utsab Official
Utsab Official

Posted on

Daily React Learning -13

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)