diff --git a/content/the-ember-times-issue-188.md b/content/the-ember-times-issue-188.md index 77dd14fd4..12c1beafe 100644 --- a/content/the-ember-times-issue-188.md +++ b/content/the-ember-times-issue-188.md @@ -1,6 +1,7 @@ --- title: The Ember Times - Issue No. 188 authors: + - chris-ng - the-crowd # replace with real authors from the author folder (add yourself if you're not there) date: 2021-09-10T00:00:00.000Z tags: @@ -11,6 +12,7 @@ tags: 👋 Emberistas! 🐹 +Twitter Thread: Ember is Data First 🐦, --- @@ -38,15 +40,13 @@ tags: --- -## [🐹 3. Section title in sentence case](section-url) +## [Twitter Thread: Ember is Data First 🐦](https://twitter.com/davert/status/1435372911452373000) - - - - +[Michael Bodnarchuk (@DavertMik)](https://github.com/DavertMik) wrote a [Twitter Thread](https://twitter.com/davert/status/1435372911452373000) on how tracked properties in Glimmer components help you build data-oriented components. - - +Michael mentions that in React you write hooks to update the component's state, while in Ember the component's state is tied to the data. This data first approach makes it so we can pass the reacting class to the root component and we do not need to change any child components to make it work. + +Read the full [Twitter Thread](https://twitter.com/davert/status/1435372911452373000) and let us know if you have any thoughts about it too! --- @@ -136,4 +136,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team