-
Notifications
You must be signed in to change notification settings - Fork 3
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(readme): add usage section #56
Conversation
Codecov Report
@@ Coverage Diff @@
## master #56 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 23 23
Lines 332 332
Branches 50 50
=========================================
Hits 332 332 Continue to review full report at Codecov.
|
README.md
Outdated
``` | ||
|
||
- you need to refactor all `FancyInput` usage, pass `value`, and `setValue` to make it work as expected | ||
- the top-level component (`FancyList`) re-render each time the `filter` changes |
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.
- the top-level component (`FancyList`) re-render each time the `filter` changes | |
- the top-level component (`FancyList`) re-renders each time the `filter` changes. |
|
||
react-wire have more advanced features: | ||
|
||
- selectors to maintain calculated values |
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.
Are you going to suffice with this amount of explanation for the advanced features?
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.
For now, Yes. I will add an example directory in the future.
No description provided.