|
|
|
|
|
by curveship
3352 days ago
|
|
>> much, much faster to load > I would love to see some data backing it up. In Stefan Krause' js-framework-benchmark, the vue implementation starts in 55ms vs 89-113ms for the various react implementations. See the 'startup time' row here: https://rawgit.com/krausest/js-framework-benchmark/master/we... I haven't profiled vue and react on this particular benchmark, but I have done so for some of the other implementations. Baring anything exotic during startup, the 'startup time' benchmark comes down to package size. It takes time to fetch, parse, compile and load javascript. React is just a bigger package. All disclaimers about benchmarks, microbenchmarks, n=1, YMMV, etc apply. |
|