Are there good reasons to use Meteor in 2017? [closed] Are there good reasons to use Meteor in 2017? [closed] angular angular

Are there good reasons to use Meteor in 2017? [closed]


Your question is likely to get closed, so I'll chime in here super quickly:

I've been using Meteor for the past three years or so, and I've finally decided to stop using it in favor of the following stack:

  • Client-side
    • React
    • Apollo
    • AWS Cognito (for user auth)
  • Server-side
    • Express
    • GraphQL (Apollo implementation)

I'm moving for some of the reasons you list, mostly overhead and adding too much weight to apps that could be a lot more lightweight and simple. I'm even thinking of going serverless and just having my GraphQL endpoint powered by Lambda.