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:
A composable container component, sequential-render, which prioritizes and queues the data fetch and the rendering of its content with the necessary loading states.
An elegant way to defer the load of thirdparty resources after the rendering of the highest priority item in your queue.
- Ember.js v3.4 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
ember install @freshworks/ember-sequential-render
See the Contributing guide for details.
This project is licensed under the MIT License.