Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Add alex ignore to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
amyrlam committed Dec 10, 2018
1 parent 4dd2505 commit 2b29fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/blog/2018-12-07-the-ember-times-issue-76.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The [Tracked Properties RFC](https://github.com/emberjs/rfcs/blob/be351b059f08ac

Developers can identify if a property or a getter should be _autotracked_ by adding a `@tracked` decorator to it. This allows that value to have its dependencies automatically detected as it is used.

<!--alex ignore special-->
Because tracked properties are just a very thin layer on top of native JavaScript, setting and accessing tracked properties can be done using **standard JavaScript syntax**. With no special syntax, and leveraging existing JavaScript knowledge.

Comment and read more about the [RFC on GitHub](https://github.com/emberjs/rfcs/pull/410).
Expand Down

0 comments on commit 2b29fb3

Please sign in to comment.