LifeIsStrange
LifeIsStrange
Regarding your first point: I haven't studied how latencyFlex/nvidia reflex works but assuming a frequent rerender is needed then the technique could potentially be *only* used for the partial updates...
However, if Firefox could detect adaptative sync support that would mitigate the vsync issue no?
@Albert-Gao I am not talking about comparing flutter web.. I am asking for a comparison with an equivalent android app made with cordova or capacitor or Ionic, and to measure...
Since you find the idea interesting, here's my (unfortunately non-mainstream) semi-expert opinion on the topic: # The myth of web vs native performance ## Being native is a non-criteria In...
Since setup() for variables used on the state add a bunch a unwanted boilerplate I am asking similarly as for props, would there be ways to define (state) variables used...
> @LifeIsStrange I'm afraid I don't understand what you mean. Could you elaborate "ways to define (state) variables used on the template inside the class"? > ```Vue Count: {{ counter.count...
@ktsn So we did try the latest vue class component beta and while the new props declaration is working just fine, we need to have Watch, Provide and other related...
@Chris2011 Vue property decorator has not be ported to vue 3 and nobody is working on it for the foreseeable future. This is very worrying for the industry.
@Chris2011 that's not how it should work, they should begin working on it *while* it's in beta. If they need to do some breaking changes to vue class component it...
https://github.com/oracle/graal/issues/2737