{"id":23968679,"url":"https://github.com/vutran/electron-react-jsonschema-form-demo","last_synced_at":"2025-04-13T15:40:40.634Z","repository":{"id":48969831,"uuid":"61502324","full_name":"vutran/electron-react-jsonschema-form-demo","owner":"vutran","description":"Quick demo on how to use React JSONSchema Form with Electron.","archived":false,"fork":false,"pushed_at":"2016-06-19T21:59:30.000Z","size":541,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T06:34:42.353Z","etag":null,"topics":["demo","electron","json-schema","react"],"latest_commit_sha":null,"homepage":"","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/vutran.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-06-19T21:58:21.000Z","updated_at":"2019-11-23T10:06:51.000Z","dependencies_parsed_at":"2022-09-15T10:50:11.590Z","dependency_job_id":null,"html_url":"https://github.com/vutran/electron-react-jsonschema-form-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Felectron-react-jsonschema-form-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Felectron-react-jsonschema-form-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Felectron-react-jsonschema-form-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Felectron-react-jsonschema-form-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vutran","download_url":"https://codeload.github.com/vutran/electron-react-jsonschema-form-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248739812,"owners_count":21154244,"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":["demo","electron","json-schema","react"],"created_at":"2025-01-07T00:15:52.237Z","updated_at":"2025-04-13T15:40:40.614Z","avatar_url":"https://github.com/vutran.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron React JSON Schema Form Demo\n\nQuick demo on how to use [React JSONSchema Form](https://github.com/mozilla-services/react-jsonschema-form) with [Electron](https://github.com/electron/electron).\n\n### Usage\n\n````js\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport { ipcRenderer } from 'electron'; // eslint-disable-line import/no-unresolved\nimport Demo from 'electron-react-jsonschema-form-demo'; // eslint-disable-line import/no-unresolved\n\n// Load schemas and data\nimport schema from './json/schema';\nimport uiSchema from './json/uiSchema';\nimport formData from './json/formData';\n\nconst rootNode = document.getElementById('app');\n\nReactDOM.render(\n  \u003cDemo\n    ipcRenderer={ipcRenderer}\n    schema={schema}\n    uiSchema={uiSchema}\n    formData={formData}\n  /\u003e,\n  rootNode\n);\n````\n\n### Lint\n\n````bash\n$ npm run lint\n````\n\n### Watch Files\n\n````bash\n$ npm run watch\n````\n\n### Dev\n\n````bash\n$ npm run dev\n````\n\n### Build\n\n````bash\n$ npm run build\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Felectron-react-jsonschema-form-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvutran%2Felectron-react-jsonschema-form-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Felectron-react-jsonschema-form-demo/lists"}