meetup icon indicating copy to clipboard operation
meetup copied to clipboard

Context API

Open loklaan opened this issue 7 years ago • 1 comments

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 avatar Feb 20 '18 03:02 loklaan

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

loklaan avatar Aug 20 '18 03:08 loklaan