meetup
meetup copied to clipboard
Context API
Hey folks
I got a talk about Context in mind.
- Hey let's start with something most people have seen:
Redux's<Provider store />&@connect(mstp, mdtp) - 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
- 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)
@iamtommcc after missing a couple meetups, I can't remember if these were done by someone already (Julian/Aaron)?