Browse Source
* Memo: Document behavior with useContext It is not obvious that useContext and Memo work well together. Namely, if a child component listens to a context and updates out from under them memo'd function, does the memo'd component have the right state if re-rendered? yes, actually. but this is undocumented. Now it's not! * fix typo tigger -> trigger * Add more detail to all relevant pages Co-authored-by: Alex Krolick <alexkrolick@users.noreply.github.com> Co-authored-by: Sophie Alpert <git@sophiebits.com>main
jarstelfox
5 years ago
committed by
Sophie Alpert
3 changed files with 12 additions and 10 deletions
Loading…
Reference in new issue