Skip to content

Commit 6a4a041

Browse files
committed
deprecate ember data proxies rfc
1 parent 4c4ff40 commit 6a4a041

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

โ€Žcontent/the-ember-times-issue-203.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Whiskey Web and Whatnot Episode with NullVoxPopuli ๐Ÿ”Š,
1919
Ember Chessboard Videos Part 3 ๐Ÿ“ผ,
2020
Migrate ember-data models to Octane ๐Ÿ““,
2121
Speed Improvements Coming to Ember Data Tests ๐ŸŽ,
22+
Deprecate Proxies in Ember Data RFC ๐Ÿ”ฅ,
2223

2324
---
2425

@@ -105,15 +106,15 @@ Significant as in there are a large number of scenarios that are 75-90% faster i
105106

106107
---
107108

108-
## [๐Ÿน 4. Section title in sentence case](section-url)
109+
## [Deprecate Proxies in Ember Data RFC ๐Ÿ”ฅ](https://github.com/emberjs/rfcs/pull/846)
109110

110-
<change section title emoji>
111-
<consider adding some bold to your paragraph>
112-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
113-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
111+
[Chris Thoburn (@runspired)](https://github.com/runspired) also recently opened [an RFC that proposes deprecating proxies in Ember Data](https://github.com/emberjs/rfcs/pull/846)!
114112

115-
<add your name to author list, top and bottom>
116-
<add short title to "SOME-INTRO-HERE">
113+
When proxies in Ember Data were introduced Native Proxies did not yet exist. This is no longer the case and the RFC describes how Ember Data can be simplified and improve performance by deprecating them.
114+
115+
Additionally, [this may mean Ember Data can be portable and potentially used outside of Ember in the future](https://twitter.com/not_runspired/status/1560375248498876417?s=20&t=xvBGa68l4S5ePSbkOopadA)! As the RFC indicates, "Importantly, this simplification will allow for us to address the performance of the most expensive costs of managing and presenting data. It will also sever one of the last entanglements the core of EmberData has with the Framework. While this RFC does not in itself enable Ember-less usage of EmberData, it does in effect make this a near possibility."
116+
117+
Go ahead and head on over to [the RFC](https://github.com/emberjs/rfcs/pull/846) and give it a read or leave a comment today!
117118

118119
---
119120

0 commit comments

Comments
ย (0)