microsoft / microsoft/react-native-windows-samples
Define promise-like/callbacks in the docs
Open
@vmoroz is already working on this.
Since Oct 2, 2020.
documentation
enhancement
Extensions
- Dominant language
- C#
- Stars
- 544
- Forks
- 218
- PR merge metrics
- No merged PRs in 30d
Description
We should:
- Define what a callback is. Is it strictly a
void (*) ()? astd::function? is it anything with anoperator()? - What types they take/return
- What the difference between 1 or 2 is
- When you would use a callback, two callbacks or a promise
Originally posted by @asklar in https://github.com/microsoft/react-native-windows-samples/pull/280#discussion_r498583420
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.