{"id":13902755,"url":"https://github.com/react-hook-form/core","last_synced_at":"2025-05-01T10:31:24.552Z","repository":{"id":65835153,"uuid":"600887685","full_name":"react-hook-form/core","owner":"react-hook-form","description":"Framework agnostic hook form core lib","archived":false,"fork":false,"pushed_at":"2023-02-13T05:46:15.000Z","size":86,"stargazers_count":124,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-21T01:26:05.469Z","etag":null,"topics":["form","form-builder"],"latest_commit_sha":null,"homepage":"https://react-hook-form.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react-hook-form.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["bluebill1049"],"open_collective":"react-hook-form","custom":"https://youtube.com/@bluebill1049"}},"created_at":"2023-02-12T22:04:25.000Z","updated_at":"2024-03-19T02:47:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae57585e-5f09-461a-ba62-0744b8482653","html_url":"https://github.com/react-hook-form/core","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"41fc7ec6bed03b0523ca2902dfe48e301f45f3e3"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hook-form%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hook-form%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hook-form%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hook-form%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-hook-form","download_url":"https://codeload.github.com/react-hook-form/core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250797375,"owners_count":21488897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["form","form-builder"],"created_at":"2024-08-06T22:01:22.861Z","updated_at":"2025-05-01T10:31:24.533Z","avatar_url":"https://github.com/react-hook-form.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n        \u003ca href=\"https://react-hook-form.com\" title=\"React Hook Form - Simple React forms validation\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/logo.png\" alt=\"React Hook Form Logo - React hook custom hook for form validation\" /\u003e\n        \u003c/a\u003e\n\u003c/div\u003e\n\n### Install\n\n    npm install @hookform/core\n\n### Quickstart\n\n```jsx\nimport { createFormControl } from '@hookform/core';\n\nconst { register, setValue } = createFormControl({\n  defaultValues: {\n    name: 'Bill',\n  },\n});\n\nregister('name', { required: true });\nsetValue('name', 'test');\n```\n\n\u003ca href=\"https://ui.dev/bytes/?r=bill\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/ads-1.jpeg\" /\u003e\n\u003c/a\u003e\n\n### Backers\n\nThanks go to all our backers! [[Become a backer](https://opencollective.com/react-hook-form#backer)].\n\n\u003ca href=\"https://opencollective.com/react-hook-form#backers\"\u003e\n    \u003cimg src=\"https://opencollective.com/react-hook-form/backers.svg?width=950\" /\u003e\n\u003c/a\u003e\n\n### Contributors\n\nThanks go to these wonderful people! [[Become a contributor](CONTRIBUTING.md)].\n\n\u003ca href=\"https://github.com/react-hook-form/react-hook-form/graphs/contributors\"\u003e\n  \u003cimg src=\"https://opencollective.com/react-hook-form/contributors.svg?width=890\u0026button=false\" /\u003e\n\u003c/a\u003e\n","funding_links":["https://github.com/sponsors/bluebill1049","https://opencollective.com/react-hook-form","https://youtube.com/@bluebill1049"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-hook-form%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-hook-form%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-hook-form%2Fcore/lists"}