{"id":26848982,"url":"https://github.com/crodas/reforms","last_synced_at":"2026-04-10T03:37:14.045Z","repository":{"id":57352169,"uuid":"64088813","full_name":"crodas/reforms","owner":"crodas","description":"Forms and React made easy.","archived":false,"fork":false,"pushed_at":"2016-10-26T16:12:56.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T05:06:28.142Z","etag":null,"topics":["forms","react","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/crodas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-24T22:40:49.000Z","updated_at":"2016-10-25T12:52:11.000Z","dependencies_parsed_at":"2022-08-30T20:01:01.251Z","dependency_job_id":null,"html_url":"https://github.com/crodas/reforms","commit_stats":null,"previous_names":["crodas/easyform"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodas%2Freforms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodas%2Freforms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodas%2Freforms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crodas%2Freforms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crodas","download_url":"https://codeload.github.com/crodas/reforms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246380846,"owners_count":20767917,"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":["forms","react","webpack"],"created_at":"2025-03-30T21:24:00.168Z","updated_at":"2025-10-11T17:35:55.132Z","avatar_url":"https://github.com/crodas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reforms\n\nReact forms made easy.\n\n## Benefits\n\n1. Ease of use.\n2. Best of both worlds (React and Javascript).\n  1. `Form` object to populate the form, get the values afterwards\n  2. React components to render the form.\n3. Extensible\n  1. Easy to define new Input types.\n\n## Usage\n\n```bash\nnpm install --save reforms\n```\n\n```js\nimport {Form, Input} from 'reforms';\nimport React from 'react';\n\n\nclass MyForm extends React.Component {\n  constructor(args) {\n    super(args);\n    this.form = new Form;\n  }\n  render() {\n    let form = this.form;\n    return \u003cform.render\u003e\n      \u003cdiv className=\"form-group\"\u003e\n        \u003clabel\u003eE-mail\u003c/label\u003e\n        \u003cInput type=\"email\" className=\"form-control\" name=\"email\" placeholder=\"E-mail address\" /\u003e\n      \u003c/div\u003e\n      \u003cdiv className=\"form-group\"\u003e\n        \u003clabel\u003ePassword\u003c/label\u003e\n        \u003cInput type=\"password\"  className=\"form-control\" name=\"password\" placeholder=\"Password\" /\u003e\n      \u003c/div\u003e\n      \u003cbutton onClick={e =\u003e {\n        console.error('submit form with values', form.getValues()) \n      }} className=\"btn btn-default\"\u003eSubmit\u003c/button\u003e\n    \u003c/form.render\u003e\n  }\n}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrodas%2Freforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrodas%2Freforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrodas%2Freforms/lists"}