2
1 Comment

Help me cross-verify if vue js is a good choice for building lite apps

so guys i was researching why should i use vue js instead of reactjs, one of the prominent reasons which i found was lightweight DOM.

One fine day i was at a concert and forgot to bring cash. my online payment app couldn't work properly since too many people were present in that area.

i wished i had an app that could work under minimal network.

so i did my research and found out vue is a good fit, is it really true?

on June 7, 2023
  1. 1

    In my experience you should optimize for the framework that allows you to produce features the fastest. This is likely the one you know best.

    Optimizing for performance under bad network conditions can be done once you have an app that has traction. In that case, you should expect to rewrite your core codebase multiple times to handle an ever changing set of requirements.

    Good luck!