Comment on 10 Years of MeteorComments−efortis4yReactiveVar 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-state2. https://github.com/uxtely/js-utils/tree/main/type-check3. https://blog.uidrafter.com/architecture-of-a-desktop-alike-s...
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...