Hacker News new | ask | show | jobs
by rajington 2717 days ago
- TypeScript

JS will eventually support types natively and will be similar to TS/Flow's API. I have more faith in ReasonML taking off than Dart/Flutter but I hope I'm wrong.

- React and React Native, even ReactXP/react-native-web if appropriate

Vue is good but not good enough to convince most of the community and the community makes it. Their native strategy needs more work, and it's too valuable not to have one.

- Apollo Client

So much boilerplate disappears, and it's powerful enough to be your one data source which enforces many best practices and capabilities.

- GraphQL Gateway stitching GraphQL Servers and serverless resolvers

GraphQL/serverless does for the backend via microservices what React did for the frontend via components. The benefits to the entire stack are countless. Apollo Server (even AppSync) make it simple.

- A serverless datastore

There's also many great GraphQL ORMs but managing infrastructure/scaling should be avoided.