Building reactivity from scratch.
In this session, I’ll live code a reactivity system using Proxies in JS from scratch.
I will talk about what reactivity is in Frontend world, the Observer pattern, and how you can use it to build a reactivity system which is used in Frontend frameworks like Vue.js or MobX
What is reactivity
What is observer pattern
How you can build your own reactivity
Seems interesting, although I wish there was an accompanying repo of some kind.
This seems like a generic Web dev talk. The DIY nature make it FOSS friendly, but its unclear where this is headed other than an interesting experiment