{"id":15069999,"url":"https://github.com/hardeep-bit/react-jsx-forms","last_synced_at":"2026-03-03T15:33:39.185Z","repository":{"id":32467896,"uuid":"133343883","full_name":"hardeep-bit/react-jsx-forms","owner":"hardeep-bit","description":"JSX React Forms","archived":false,"fork":false,"pushed_at":"2023-01-25T18:29:08.000Z","size":1682,"stargazers_count":4,"open_issues_count":17,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T12:22:59.582Z","etag":null,"topics":["form-builder","form-builder-demo","form-group","form-schema","forma-array","forms","jsx-react-forms","react"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardeep-bit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-14T10:24:15.000Z","updated_at":"2020-08-02T05:49:09.000Z","dependencies_parsed_at":"2023-02-16T09:05:14.286Z","dependency_job_id":null,"html_url":"https://github.com/hardeep-bit/react-jsx-forms","commit_stats":null,"previous_names":["hardy12994/react-jsx-forms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hardeep-bit/react-jsx-forms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardeep-bit%2Freact-jsx-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardeep-bit%2Freact-jsx-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardeep-bit%2Freact-jsx-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardeep-bit%2Freact-jsx-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardeep-bit","download_url":"https://codeload.github.com/hardeep-bit/react-jsx-forms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardeep-bit%2Freact-jsx-forms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-builder","form-builder-demo","form-group","form-schema","forma-array","forms","jsx-react-forms","react"],"created_at":"2024-09-25T01:46:23.305Z","updated_at":"2026-03-03T15:33:39.169Z","avatar_url":"https://github.com/hardeep-bit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REACT JSX FORMS   \n\nThis Module helps you to deal with the Forms in **ReactJS**. It gives you very flexible form which will update you state of your Form every time you interact with it and this will save three main actions **( Touched, Dirty, Valid )** of every field form that you can get help in Validation area.\n\n*Website for **RJF** -* **https://hardy12994.github.io/react-jsx-forms.bin/**\n\n**This module will look familiar to those who had done *Angular* Forms 😃.**\n\n**Look in GIF -**\n\n\n![FormWithPowers](http://res.cloudinary.com/dkws91cqo/image/upload/v1527152960/Webp.net-gifmaker_2_jslufj.gif) \n\n\n## What it Provides ?\n\n-  Make the Form Fields enrich and handles in very Smooth way.\n-  Verify all Validations for perticular Field in Form.\n-  Handel and maintain all the errors.\n-  Add Properties like `touched`, `dirty`, `error`, `valid`, `valueChanges` to each field in     form.\n-  And Yeah !! It makes sure your form is VALID or NOT.\n-  The Cool Thing is, this module uses **`rxjs`** which helps to decide when to do what.\n\n## DEMO's -\n\n#### **[FORM BUILDER DEMO]**\n\n#### **[FORM GROUP DEMO]**\n\n#### **[FORM ARRAY DEMO]**\n\n\n[FORM BUILDER DEMO]:\u003chttp://react-jsx-forms.co.in/form-builder/example\u003e\n\n[FORM GROUP DEMO]:\u003chttp://react-jsx-forms.co.in/form-groups/example\u003e\n\n[FORM ARRAY DEMO]:\u003chttp://react-jsx-forms.co.in/form-array/example\u003e\n\n## Installation - \n\n```sh\n       npm install --save react-jsx-forms\n```\n\n## How to use ?\n\nFirst you will initialize you form with [FormBuilder]. [FormBuilder] will accept the Form Schema. \n\nThis will provide your form with extra powers like `dirty`, `touched`,`valid`,`observable` etc. These Powers will present in Form and it's Form Fields.\n\n[FormBuilder]:\u003chttp://react-jsx-forms.co.in/form-builder\u003e\n\n**[Go to live examples, code and docs!]**\n\n[Go to live examples, code and docs!]:\u003chttp://react-jsx-forms.co.in\u003e\n\n### This also provides -\n\n#### [Form Group] \n\nGrouping multiple forms in hierarchy with [Form Group]. \n\nCheck [form group inbuilt functions] and [form group demo].\n\n[form group inbuilt functions]:\u003chttp://react-jsx-forms.co.in/form-groups/methods\u003e\n\n[form group demo]:\u003chttp://react-jsx-forms.co.in/form-groups/example\u003e\n\n\n#### [Form Array] \n\nIf we want to handle list in form, then we will use [Form Array]. \n\nCheck [form array inbuilt functions] and [form array demo].\n\n[form array inbuilt functions]:\u003chttp://react-jsx-forms.co.in/form-array/methods\u003e\n\n[form array demo]:\u003chttp://react-jsx-forms.co.in/form-array/example\u003e\n \n\n[Form Group]:\u003chttp://react-jsx-forms.co.in/form-groups\u003e\n\n[Form Array]:\u003chttp://react-jsx-forms.co.in/form-array\u003e\n\n\n## Validations\n\nAll [validations] are set in the Form Schema and all them returns boolean. If it is `true` then your field contain errors otherwise your field is valid.\n\n[validations]:\u003chttp://react-jsx-forms.co.in/validations\u003e\n\nSome of the validations are InBuilt like -\n\n- **Validators.required()**\n  \n       Returns true when field is Empty.\n\n- **Validators.minChar(10)**\n\n       Returns true when field value length is less that limit 10.\n\n- **Validators.maxChar(10)**\n       \n       Returns true when field exceeds the limit 10.\n\n- **Validators.pattern(/hello/g)**  \n\n       Returns true when Pattern is Not Matched.\n\n- **Validators.matchLength(10)**  \n       \n       Returns true when field length is not Matched.\n\n- **Validators.matchStringText(Hello)**  \n       \n       Returns true when field value(string) is not equal to \"Hello\".\n\n- **Validators.matchNumText(10000)**  \n       \n       Returns true when field value(string) is not equal to `10000`.\n\n\n\nYou can also **[Compose]** your OWN VALIDATION with **`Validators.compose()`**.\n\n[Compose]:\u003chttp://react-jsx-forms.co.in/validations\u003e\n\n\n**NOTE** - *[Read the rules] which can help you make your forms.*\n\n[Read the rules]:\u003chttp://react-jsx-forms.co.in/rules-used\u003e\n\n\n**Contribution are Wellcome !**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardeep-bit%2Freact-jsx-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardeep-bit%2Freact-jsx-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardeep-bit%2Freact-jsx-forms/lists"}