Introducing Ember Modifiers recorded presentation
This commit is contained in:
parent
a67cbb2f06
commit
f071900d5b
2 changed files with 25 additions and 0 deletions
25
content/posts/ember-atx-2020-spring.md
Normal file
25
content/posts/ember-atx-2020-spring.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: 'Introducing Ember Modifiers'
|
||||
date: 2020-04-01
|
||||
tags:
|
||||
- Tech
|
||||
- Ember
|
||||
coverImage: /images/uploads/introducing-ember-modifiers.png
|
||||
description: >-
|
||||
"Introducing Ember Modifiers" as presented at Ember ATX in April, 2020.
|
||||
---
|
||||
|
||||
[Watch on YouTube here](https://www.youtube.com/watch?v=KWBOYqAEh6M)
|
||||
|
||||
* What modifiers are, why use them
|
||||
* Using {{on}} modifier shipped with Ember
|
||||
* Writing your own modifier (complete with tests!)
|
||||
* Exploring modifier addons
|
||||
* [Ember Guides for Templating and Modifiers](https://guides.emberjs.com/release/components/template-lifecycle-dom-and-modifiers/#toc_event-handlers)
|
||||
* [ember-modifier (How you get a modifier blueprint etc)](https://github.com/ember-modifier/ember-modifier)
|
||||
* [@ember/render-modifiers](https://github.com/emberjs/ember-render-modifiers)
|
||||
* [ember-prop-modifier](https://www.npmjs.com/package/ember-prop-modifier)
|
||||
* [ember-ref-modifier](https://github.com/lifeart/ember-ref-modifier)
|
||||
* [ember-focus-trap](https://github.com/josemarluedke/ember-focus-trap)
|
||||
* [ember-autostash-modifier](https://nullvoxpopuli.github.io/ember-autostash-modifier)
|
||||
|
BIN
static/images/uploads/introducing-ember-modifiers.png
Normal file
BIN
static/images/uploads/introducing-ember-modifiers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Loading…
Add table
Reference in a new issue