Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context API #42

Open
loklaan opened this issue Feb 20, 2018 · 1 comment
Open

Context API #42

loklaan opened this issue Feb 20, 2018 · 1 comment

Comments

@loklaan
Copy link
Contributor

loklaan commented Feb 20, 2018

Hey folks

I got a talk about Context in mind.

  1. Hey let's start with something most people have seen:
    Redux's <Provider store /> & @connect(mstp, mdtp)
  2. Ah heck, how do these even work...
    Let's talk about the context API's in React.
    • How to write your own Provider / Connect
    • How it works behind the scenes, implemented with the pub&sub/event-emitter pattern
  3. The API's are changing soon though! (Or, changed, by the time this talk happens.)
    • Let's have a look at them.
    • Let's implement a HoC with the new API, not that you always should!

Available at April (or after)

@loklaan
Copy link
Contributor Author

loklaan commented Aug 20, 2018

@iamtommcc after missing a couple meetups, I can't remember if these were done by someone already (Julian/Aaron)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants