Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document skip parameter in React Hooks #1673

Closed
VeskeR opened this issue Mar 8, 2024 · 1 comment
Closed

Document skip parameter in React Hooks #1673

VeskeR opened this issue Mar 8, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to public interface documentation (API reference or readme).

Comments

@VeskeR
Copy link
Contributor

VeskeR commented Mar 8, 2024

skip

  • this parameter has no docs currently, nothing in commit messages (even in https://github.com/ably-labs/react-hooks).
    Currently it disables all onMount logic for presence (prevents entering presence and subscribing to events).
    Should research why it's needed, in what situations it is beneficial to use it and document in React README.

Start from this discussions:
ably-labs/react-hooks#76
ably-labs/react-hooks#4 (comment)

┆Issue is synchronized with this Jira Task by Unito

@VeskeR VeskeR added the documentation Improvements or additions to public interface documentation (API reference or readme). label Mar 8, 2024
@VeskeR VeskeR self-assigned this Mar 8, 2024
VeskeR added a commit that referenced this issue Mar 8, 2024
VeskeR added a commit that referenced this issue Mar 8, 2024
VeskeR added a commit that referenced this issue Mar 13, 2024
VeskeR added a commit that referenced this issue Mar 13, 2024
@VeskeR
Copy link
Contributor Author

VeskeR commented Mar 13, 2024

Done in #1675

@VeskeR VeskeR closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to public interface documentation (API reference or readme).
Development

No branches or pull requests

1 participant