DEV Community

Discussion on: What can developers do to speed up time to market 🚀

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

Serverless - like firebase:

  • you can abstract it in a thin layer - that can be replaced later if your app is succesful
  • you focus first on the thing that matters the most - building the app & getting a project shipped

React, Vue

  • would say it would be more dangerous to go rogue and build your own SPA-like tool
  • those are battle tested technologies used by large companies.
  • they provide a declarative way to encapsulate componentes and stateful logic & I think this speeds up developent & go-to market time

the JAMStack concept:

  • app is totally decoupled from API's
  • you think about performance
  • deploy app on a CDN - very easy to do today
  • leverage external APIs before building your custom ones
Collapse
 
alexlion profile image
Alex Lion

Hi Alex,

Look at these articles about SPA I agree with: