HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Ask HN: Modern Meteor.js Alternative Stack?

19 points·by lambdaba·2 anni fa·12 comments
Meteor is great, is there a modular approach, regardless of the technologies involved, that can replicate its main features (realtime, isomorphic client/server, reactivity, etc.)?

12 comments

SeriousM·2 anni fa
https://remix.run/ seems a good approach
SeriousM·2 anni fa
Sorry, I ment https://remult.dev/
lambdaba·2 anni fa
Exactly what I was looking for, thanks!
meiraleal·2 anni fa
There's dexie.js & dexie sync/cloud that is much simpler than Meteor but as or more powerful.
Savageman·2 anni fa
Just curious, what are the main reasons you want a replacement?
bjconlan·2 anni fa
Thank you for this comment. I was assuming that meteor died some time ago when mongo was getting a hiding and Apollo/graphql came on the scene. I'm glad you pointed this out (that it isn't dead) and that infact they are releasing v3 soon (from a quick website scan)
Savageman·2 anni fa
Yes v3 is very welcome, v2 only works on outdated Node versions and package compatibility is becoming an issue... It's definitely not a ghost town, but the community feels smaller and pace is a little slow. I'm a bit in the same boat, I found nothing that can replace it.
lambdaba·2 anni fa
I would want something more modular, and more actual, although it might be that Meteor is still the best option.
fredmaiaarantes·2 anni fa
What do you mean by "more modular"? Which parts of Meteor would you like to replace or remove?
lambdaba·2 anni fa
I mean that I could assemble from individual packages, for not particular reason aside from esthetic preference maybe?
palashkulsh·2 anni fa
Not sure but sailsjs?
yamumsahoe·2 anni fa
ive seen nestjs partnered with vue but never really tried it.