Hacker News new | ask | show | jobs
by tomdale 3374 days ago
The Glimmer runtime is under 30k, and we have not done much bundle optimization yet so hopefully this should go down a little bit even further.

React Fiber is currently just over 70k, and that's just the reconciler, not the complete React package. However, according to Dan Abramov[0] they have not yet focused on optimizing the bundle size either. And Fiber includes some prioritization features that we don't have in Glimmer yet.

https://twitter.com/dan_abramov/status/844223224732958721

1 comments

Is incremental rendering something that will be added to Ember/Glimmer?
It has it already. It had it for a while
Do you have a link to the docs for this? I cant seem to find it.