Skip to content

kulkarni-kashyap/ember-sequential-render

 
 

Repository files navigation

Ember Sequential Render

Build

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.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install @freshworks/ember-sequential-render

Usage

Usage Documentation

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

CRP optimization by sequencing and batching render

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.8%
  • Handlebars 9.5%
  • CSS 3.1%
  • HTML 2.6%