Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Ember
  3. ember-named-blocks-polyfill

ember-named-blocks-polyfill

MITJavaScriptv0.2.5

A polyfill for the Yieldable Named Blocks feature in Ember.js, enabling named block syntax in older versions.

GitHubGitHub
38 stars7 forks0 contributors

Overview

A polyfill for the Yieldable Named Blocks feature in Ember.

Quick Stats

Stars38
Forks7
Contributors0
Open Issues6
Last commit3 years ago
CreatedSince 2020

Tags

#javascript-framework#ember-addon#polyfill#backward-compatibility#frontend

Built With

J
JavaScript
E
Ember CLI
E
Ember.js

Included in

Ember202
Auto-fetched 1 day ago

Related Projects

ember-angle-bracket-invocation-polyfillember-angle-bracket-invocation-polyfill

This Ember addon provides a polyfill for the angle bracket invocation syntax introduced in Ember RFCs 311 and 457. It allows developers to use the modern component invocation style with `@` prefixed arguments and cleaner template syntax in Ember applications running versions 2.12 through 3.9. ## Key Features - **Angle Bracket Syntax** — Enables invoking components using `<ComponentName />` instead of curly braces - **Argument Passing** — Supports passing arguments with `@` prefix like `@title={{value}}` - **Attribute Support** — Allows passing HTML attributes without `@` prefix for component root elements - **Block Support** — Supports block components with `as |params|` syntax and `has-block` detection - **Path Invocation** — Enables invoking components using nested paths like `<some.thing>` or `<Foo::Bar />` - **Backward Compatibility** — Completely inert when running Ember 3.10 or higher, only activates for older versions - **Comprehensive Coverage** — Polyfills all features described in the relevant RFCs with no known limitations ## Philosophy The addon follows Ember's philosophy of progressive enhancement, allowing teams to adopt modern component syntax incrementally while maintaining compatibility with existing codebases running older Ember versions.

Stars75
Forks31
Last commit4 years ago
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub