New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@freshworks/ember-sequential-render

Package Overview
Dependencies
Maintainers
16
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freshworks/ember-sequential-render

An elegant solution to optimize your application's render performance.

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
16
Created
Source

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.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

Usage Documentation

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Keywords

FAQs

Package last updated on 30 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc