View on GitHub

401-reading-notes

CLASS 34

Login and Auth

REVIEW, RESEARCH AND DISCUSS

Why is the Context API useful?

-Context API is useful because it enables components to share some data without explicitly passing via each component manually

Can a component outside of a provider get its context?

What are some common use cases for using the Context API?

TERMS: