chore(docs): add madr for data-fetching#4637
Conversation
✅ Deploy Preview for kuma-gui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| ## Considered Options | ||
|
|
||
| _TBD_ |
There was a problem hiding this comment.
@johncowen do you remember which options you had in mind back then? 🙂
There was a problem hiding this comment.
I guess one option would have been to keep using the imperative promise ("once" based) code we had everywhere back then - i.e. do nothing.
But other than that I didn't really have other things in mind at the time, mainly because I'd used the declarative/connection-sharing/img-like DataSource approach before and was very happy with the outcome.
Umm I've shared my initial presentation offline and here're are a couple of PRs where DataSource and DataLoader where introduced that could be helpful, if I can think of anywhere else that might come in helpful I'll give you a yell 👍
b057e01 to
4d2daf4
Compare
Signed-off-by: schogges <moritz.fleck@konghq.com>
4d2daf4 to
891aa63
Compare
Backfills a madr about data-fetching. I've not added any details about the implemenation and usage but rather linked to the docs in the data package.