Reading Notes

All the answers to some of the questions

View project on GitHub

Reading Notes for Day 32 of 401:

##Reading

Hooks and Context example

With regard to the React Context API, what does a “provider” do? With regard to the React Context API, how would we implement a “consumer” role? Specifically with Context, how are we “wrapping” components to achieve our goals?

Consume content from (at least) two more of the Awesome React Context links. After some familiarity with React Context, once again share your takeaways from each:

Takeaway 1: Takeaway 2:

Things I want to know more about:

back to Table of Contents