Tristan
Tristan2y ago

Small newbie docs feedback I d add a

Small newbie docs feedback. I'd add a "Action functions" subsection to https://docs.convex.dev/tutorial/how-it-works. For some reason I thought functions meant queries/mutations only and were different than actions. This was confusing me when reading about scheduling functions.
2 Replies
Tristan
TristanOP2y ago
Another one... For the quickstart, up until now I thought convex functions all needed to export default (e.g. listSubmissions, but reading your newer blog posts I know realize I can organize functions into logical groups (e.g. submissions:list). I like this new style a lot better.
alexcole
alexcole2y ago
Thanks for the docs feedback! In the tutorial we're always trying to strike a balance between keeping short + simple and teaching developers enough to be successful. I think you're right that we should at least mention actions + non-default exports even if we don't go in depth into them. If you see other docs that are confusing or could use tweaks, let us know!

Did you find this page helpful?