Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention Ember Named Blocks (#none#) #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ This project uses pr-bumper https://github.com/ciena-blueplanet/pr-bumper to pub

We also lint the project using eslint - to check for errors and fix basic style issues run `./node_modules/.bin/eslint . --fix` in the root of the project (probably a better command for this)

### Ember Named Blocks

Ember has embraced this idea and are planning to implement named blocks. This shows that this type of functionality is
useful and requested by many. This addon has also helped illustrate how named blocks can work in practice, and helped pave
the way for the inclusion in Ember proper. Since the Ember implementation is still under way anyone who wants to start
using named blocks today can use this plugin, and then make an easy transition when named blocks land in Ember.

RFC details: https://github.com/emberjs/rfcs/pull/226

### Credits

Thanks to [@runspired](https://twitter.com/Runspired) for the initial inspiration for this implementation.