Is Context API used for state management?

Why i used context? React introduced Context API, an alternative to state management packages . It provides a way to pass data through the component tree without having to pass props down manually at every level. Context API is only meant to be used when you need to access data from a 3+ level nested component.

Read more

Is Context API used for state management?

Why i used context? React introduced Context API, an alternative to state management packages . It provides a way to pass data through the component tree without having to pass props down manually at every level. Context API is only meant to be used when you need to access data from a 3+ level nested component.

Read more