DEV Community

Cover image for YouTube Video | React hooks 6 - useContext Hook
Nabendu
Nabendu

Posted on • Originally published at thewebdev.tech

YouTube Video | React hooks 6 - useContext Hook

In this video we will learn to use the useContext hook. Context provides a way to pass data through the component tree, without having to pass props down manually at every level.

Please do like it and Subscribe to my channel for more videos.

Top comments (1)

Collapse
 
lalami profile image
Salah Eddine Lalami

@ IDURAR , we use react context api for all UI parts , and we keep our data layer inside redux .

Here Article about : 🚀 Mastering Advanced Complex React useContext with useReducer ⭐ (Redux like Style) ⭐ : dev.to/idurar/mastering-advanced-c...


Mastering Advanced Complex React useContext with useReducer (Redux like Style)