Skip to content

Commit f5e6a56

Browse files
committed
add note on linksmode
1 parent ddd1134 commit f5e6a56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0964-deprecate-legacy-request-support.md

+4
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ await store.request(deleteRecord(user));
235235
store.unloadRecord(user);
236236
```
237237

238+
### For Async Relationships / Sync Relationship Reload
239+
240+
Use [LinksMode](https://github.com/emberjs/data/blob/main/guides/relationships/features/links-mode.md) which enables autofetch / explicit fetch of a relationship to utilize the RequestManager pipeline in
241+
full instead of adapters/serializers via the LegacyNetworkHandler.
238242

239243
### Deprecating Store Data Munging
240244

0 commit comments

Comments
 (0)