-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Lenses docs #1153
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
Lenses docs #1153
Conversation
…usage, addressing common challenges in managing complex forms in React. Updated sections include type-safe field access, component reusability, and prop drilling issues.
…d removing outdated examples. Added clarity to the motivation and core operations sections, while optimizing the structure for better readability.
…on core types, hooks, and lens operations. Included detailed examples for `useLens`, `reflect`, and `interop` methods, improving clarity and usability for developers working with React Hook Form integration.
…cy in examples. Updated sections on core types, hooks, and lens operations, ensuring type-safe usage and improved readability for developers integrating with React Hook Form.
…dx` documentation to enhance visibility and provide quick access to package metrics.
…complex forms with React Hook Form. Updated sections on type safety, component reusability, and error-prone string-based field paths, enhancing overall readability and developer guidance.
…ion of `useLens` functionality, emphasizing type-safe lenses for reusable form components and composability.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for sage-cassata-31d224 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…tion for improved clarity. Updated language to emphasize type-safe manipulation of data structures and streamlined explanations of core functionalities, enhancing overall readability for developers.
…cessary semicolons and streamlining component examples for improved clarity and consistency.
…y semicolon in the `SharedComponent` example for improved code clarity.
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.
LGTM!
…ent and focus on the core functionalities of the `useLens` hook.
@bluebill1049 removed badges |
…e `useLens` hook, including props, dependency array usage, and core operations. Improved clarity with examples and performance optimization tips, ensuring better guidance for developers working with complex forms in React Hook Form.
@bluebill1049 I tried to fix |
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.
Nice, thanks heaps! looks much more aligned with the rest of the doc.
Create docs for https://github.com/react-hook-form/lenses package
close #1154