-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
@nhunzaker and I were talking earlier about common problems (maybe we need a common gotchas/mistakes/whatever section) and about internal documentation.
If anyone has any common problems, gaps in documentation, or hidden documentation that we aren't exposing at a top level (ie. the site, the top level README) then comment here.
Doc Gaps and Errors in Site:
-
addEffect()code sample is wrong - The difference between
patchandresetis not clear. Need an example input/output for those to illustrate the difference. - Document the
registermethod of Domains and Effects in theArchitecturesection or inOverviewsection forAPI(see conversation on Add documentation on creating effects and domains #275)
Common Pitfalls (need a section for these):
- Create a "Common Pitfalls/FAQ" section in the docs (where?)
- People forget to close out actions
- People don't register actions correctly (typos)
- People don't register action handlers correctly (typos)