-
-
Notifications
You must be signed in to change notification settings - Fork 284
docs: add how to update values inside arrays #1193
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
docs: add how to update values inside arrays #1193
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
dai-shi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me.
@overthemike Would you like to take a look too?
commit: |
|
This is a fantastic start. I think it might be beneficial to add something at the end that explains why it avoids re-renders. Proxy vs Snapshot is the probably the most difficult to understand for newcomers to library. Maybe something like this?
|
|
Thank you @overthemike. I implemented the feedback. Since the FAQ answers were too close together, I merged them into a 'Why It Works' section. |
|
LGTM |
Related Bug Reports or Discussions
#755
Summary
Add documentation on how to update values inside arrays while avoiding unnecessary re-renders.
I tried to keep it short, let me know if I can add anything
Check List
pnpm run fixfor formatting and linting code and docs