|
|
|
|
|
by faitswulff
2824 days ago
|
|
Nice performance improvements: > The constant baseline size for the new runtime is <10kb gzipped. > Faster: on preliminary benchmarks, we are seeing up to 100% performance improvement across the board, including raw Virtual DOM mounting & patching (we learned quite a few tricks from Inferno, the fastest Virtual DOM implementation out there), component instance initialization and data observation. 3.0 will shave off half the time spent in JavaScript when your app boots up. |
|