employer cover photo
employer logo
employer logo

JellyFish Technologies

Questa è la tua azienda?

Domanda di colloquio di JellyFish Technologies

What is context api ? please explain

Risposta di colloquio

Anonimo

5 set 2023

The React Context API is a way for a React app to effectively produce global variables that can be passed around. This is the alternative to "prop drilling" or moving props from grandparent to child to parent, and so on. Context is also touted as an easier, lighter approach to state management using Redux.