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

blog(embertimes188): data first ember twitter #1031

Merged
merged 2 commits into from
Sep 10, 2021
Merged
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
16 changes: 8 additions & 8 deletions content/the-ember-times-issue-188.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -11,6 +12,7 @@ tags:
👋 Emberistas! 🐹

<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
Twitter Thread: Ember is Data First 🐦,

---

Expand Down Expand Up @@ -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)

<change section title emoji>
<consider adding some bold to your paragraph>
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
[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.

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">
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!

---

Expand Down Expand Up @@ -136,4 +136,4 @@ That's another wrap! ✨

Be kind,

the crowd and the Learning Team
Chris Ng, the crowd and the Learning Team