You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/the-ember-times-issue-203.md
+8-39Lines changed: 8 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ Whiskey Web and Whatnot Episode with NullVoxPopuli 🔊,
20
20
Ember Chessboard Videos Part 3 📼,
21
21
Migrate ember-data models to Octane 📓,
22
22
Speed Improvements Coming to Ember Data Tests 🏎,
23
+
Effects in Ember 🙌,
24
+
Prevent Load Flashing ⚡️
23
25
24
26
---
25
27
@@ -81,6 +83,7 @@ We’ve had several other addons and libraries across the Ember ecosystem releas
81
83
*[v5.1.0, v5.1.1, v5.2.0, v5.2.1] of `ember-resources` have been released by [NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli) and the releases include a `cell` new utility for helping with more focused reactivity usage, a new `keepLatest` util and some bug fixes.
82
84
*[v2.31.0](https://github.com/Foodee/ember-foxy-forms/releases/tag/v2.31.0) of `ember-foxy-forms` has been released by [Joe Gaudet (@joegaudet)](https://github.com/joegaudet) with a new attribute that allows the form to scroll its parent container to the first field with an error and relaxation for the comparison in ff-abstract-select to allow for fuzzy comparison.
83
85
*[v5.9.2, v5.10.0](https://github.com/prysmex/ember-eui/releases) of `ember-eui` have been released by [Alberto Cantú Gómez (@betocantu93)](https://github.com/betocantu93) with a new super date picker component and css and checkbox validations.
86
+
*[NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli) has announced some improvements to the [`limber`](https://github.com/NullVoxPopuli/limber), an editor that allows live runnable demos for Ember and Glimmer. Using @codemirror as the main editor shortens the time-to-edit by a good amount and is more accessible for keyboard users, and even works on mobile.
84
87
85
88
---
86
89
@@ -118,51 +121,17 @@ Significant as in there are a large number of scenarios that are 75-90% faster i
118
121
119
122
---
120
123
121
-
## [🐹 5. Section title in sentence case](section-url)
124
+
## [Effects in Ember 🙌](https://twitter.com/nullvoxpopuli/status/1553417252594241543)
122
125
123
-
<changesectiontitleemoji>
124
-
<consideraddingsomeboldtoyourparagraph>
125
-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
126
-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
127
-
128
-
<add your name to author list, top and bottom>
129
-
<add short title to "SOME-INTRO-HERE">
130
-
131
-
---
132
-
133
-
## [🐹 6. Section title in sentence case](section-url)
134
-
135
-
<changesectiontitleemoji>
136
-
<consideraddingsomeboldtoyourparagraph>
137
-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
138
-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
139
-
140
-
<add your name to author list, top and bottom>
141
-
<add short title to "SOME-INTRO-HERE">
142
-
143
-
---
144
-
145
-
## [🐹 7. Section title in sentence case](section-url)
146
-
147
-
<changesectiontitleemoji>
148
-
<consideraddingsomeboldtoyourparagraph>
149
-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
150
-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
151
-
152
-
<add your name to author list, top and bottom>
153
-
<add short title to "SOME-INTRO-HERE">
126
+
[NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli) recently tweeted about how to do Effects in Ember! Nullvox says they are essentially they are function calls, but with auto-tracking, but without the need to specify a list of dependencies.
154
127
155
128
---
156
129
157
-
## [🐹 8. Section title in sentence case](section-url)
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
162
-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
132
+
[NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli) also recently shared a one-line function, that prevents loading flashing when refreshing or loading new data. 😎
0 commit comments