employer cover photo
employer logo
employer logo

JellyFish Technologies

Is this your company?

JellyFish Technologies interview question

What is context api ? please explain

Interview Answer

Anonymous

Sep 5, 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.