DEV Community

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

YouTube Video | React hooks 6 - useContext Hook

Nabendu on January 22, 2021

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 prop...
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)