facebookexperimental / Recoil

Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
https://recoiljs.org/
MIT License
19.6k stars 1.19k forks source link

Missing documentation: waitForAll, waitForAny, waitForNone and noWait ? #235

Closed sesam closed 4 years ago

sesam commented 4 years ago

These pages seem too empty: https://recoiljs.org/docs/api-reference/utils/waitForAll/ https://recoiljs.org/docs/api-reference/utils/waitForAny/ https://recoiljs.org/docs/api-reference/utils/waitForNone/ https://recoiljs.org/docs/api-reference/utils/noWait/

Expected: Documentation that explains what these do, with usage examples.

It seems these empty doc files were added in https://github.com/facebookexperimental/Recoil/pull/92/files

drarmstr commented 4 years ago

waitForAll() documentation added in #267

drarmstr commented 4 years ago

The rest added in #349