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

Covered Aswathprabhu's blog post on reactivity #719

Merged
merged 1 commit into from
Jul 24, 2020
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
18 changes: 10 additions & 8 deletions source/2020-07-24-the-ember-times-issue-157.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. 157
author: Michael Donaldson, Amy Lam, the crowd
author: Michael Donaldson, Amy Lam, Isaac Lee, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
alias : "blog/2020/07/24-the-ember-times-issue-157.html"
responsive: true
Expand All @@ -11,6 +11,7 @@ responsive: true
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
LexasCMS releases official support for JSON:API and more 🎉,
tweaking UI behavior with Ember Data queries 📝,
Learn what reactivity means with an example 💡,
...

READMORE
Expand Down Expand Up @@ -57,14 +58,15 @@ You can view the source code in the [GitHub repo](https://github.com/LexasCMS/ex

---

## [Section title in sentence case 🐹](section-url)
## [What is reactivity? 💡](https://dev.to/theaswathprabhu/what-is-reactivity-116f)

<change section title emoji>
<consider adding some bold to your paragraph>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
<!-- alex disable just -->
A key feature of Ember Octane is the new **reactivity** model. In essence, reactivity is **deciding what to rerender and when**. A good reactivity model can help us focus on business logic because the rerender _just works_.
<!-- alex enable just -->

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
To illustrate this point, [Aswathprabhu R.](https://dev.to/theaswathprabhu) shared a blog post titled [What is Reactivity?](https://dev.to/theaswathprabhu/what-is-reactivity-116f). You will learn what updating the DOM manually may look like in vanilla JavaScript, then how frameworks like React and [Ember](https://guides.emberjs.com/release/in-depth-topics/autotracking-in-depth/) help separate the rerender logic.

We encourage you to check out Aswathprabhu's [explanation of reactivity](https://dev.to/theaswathprabhu/what-is-reactivity-116f) today!

---

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

Be kind,

Michael Donaldson, Amy Lam, the crowd and the Learning Team
Michael Donaldson, Amy Lam, Isaac Lee, the crowd and the Learning Team