Skip to content

Comment on 10 Years of Meteor

Comments

ReactiveVar was my favorite part. I wrote a clone, ReactiveState [1]. It’s a PubSub that binds to the ‘state’ of one or more React class components.

Also, I wrote a clone of their ‘match’ library, I call it type-check [2].

And I made something like their DDP for my app. [3]

In summary, I highly appreciate Meteor’s ideas, my app is architected based on many of them.

Thank you MDG!

1. https://github.com/uxtely/js-utils/tree/main/reactive-state

2. https://github.com/uxtely/js-utils/tree/main/type-check

3. https://blog.uidrafter.com/architecture-of-a-desktop-alike-s...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.