@freshworks/ember-sequential-render
v2.0.0
Published
An elegant solution to optimize your application's render performance.
Downloads
776
Readme
Ember Sequential Render
Modern SPA layouts have an overload of information in the user's viewport in any given route. What's preventing secondary information from blocking or taking up resources, which, if left alone, would drastically improve the rendering of the primary content? More thoughts on Critical Rendering Path
ember-sequential-render helps in CRP optimization with the following features:
Prioritized Sequential Rendering
A composable container component, sequential-render, which prioritizes and queues the data fetch and the rendering of its content with the necessary loading states.
Postrender callback
An elegant way to defer the load of thirdparty resources after the rendering of the highest priority item in your queue.
Compatibility
- Ember.js v3.20 or above
- Ember CLI v3.20 or above
- Node.js v12 or above
For lower Ember versions, please use v1.3.1.
Installation
ember install @freshworks/ember-sequential-render
Usage
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.