Skip to content

Conversation

michael-small
Copy link
Collaborator

As I looked over the app examples for writing the documentation, I noticed two things that could be improved for clarity now that best practices have been hashed out more.

  • Typing: Rather than explicit types in the function's generic params for httpMutation, it is better to be typed with:
    • the parameter type in the actual request parameters
    • response in the response callbacks and/or parse.
  • Naming: the example for the standalone functions for mutations was made with rxMutation in mind, but ended up encompassing httpMutation too

@michael-small michael-small self-assigned this Sep 13, 2025
@michael-small michael-small added the documentation Improvements or additions to documentation label Sep 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant