Skip to content

Commit

Permalink
Chore: Add README.md
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
kanalveli-ramachandran committed Sep 29, 2020
0 parents commit d23d676
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Ember Sequential Render
==============================================================================

![Build](https://github.com/freshdesk/ember-sequential-render/workflows/Build/badge.svg?branch=master)


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](https://developers.google.com/web/fundamentals/performance/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 ember-sequential-render
```


Usage
------------------------------------------------------------------------------
[Usage Documentation](https://freshworks.github.io/ember-sequential-render)

Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).

0 comments on commit d23d676

Please sign in to comment.