{"id":21878902,"url":"https://github.com/moduscreateorg/extjs-reactjs-examples","last_synced_at":"2025-04-15T03:06:59.068Z","repository":{"id":63336949,"uuid":"116401824","full_name":"ModusCreateOrg/extjs-reactjs-examples","owner":"ModusCreateOrg","description":"Code examples for ExtJS to React transition","archived":false,"fork":false,"pushed_at":"2023-07-11T13:27:34.000Z","size":6686,"stargazers_count":51,"open_issues_count":205,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-15T03:06:51.622Z","etag":null,"topics":["ag-grid","extjs","grid","instantiation","javascript","mixins","mobx","modus","react","reactjs","recharts","redux","routing","scaffolding","tree"],"latest_commit_sha":null,"homepage":"https://moduscreate.com/blog/extjs_to_react_migration_to_open_source/","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/ModusCreateOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-05T15:57:22.000Z","updated_at":"2024-11-18T02:07:05.000Z","dependencies_parsed_at":"2023-02-03T23:16:55.405Z","dependency_job_id":null,"html_url":"https://github.com/ModusCreateOrg/extjs-reactjs-examples","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/ModusCreateOrg%2Fextjs-reactjs-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fextjs-reactjs-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fextjs-reactjs-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModusCreateOrg%2Fextjs-reactjs-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ModusCreateOrg","download_url":"https://codeload.github.com/ModusCreateOrg/extjs-reactjs-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997081,"owners_count":21195799,"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":["ag-grid","extjs","grid","instantiation","javascript","mixins","mobx","modus","react","reactjs","recharts","redux","routing","scaffolding","tree"],"created_at":"2024-11-28T08:14:04.480Z","updated_at":"2025-04-15T03:06:59.047Z","avatar_url":"https://github.com/ModusCreateOrg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ext JS -\u003e React examples\n\nThese code examples support the Ext JS to React blog articles on the [Modus Create blog](https://moduscreate.com/blog/extjs_to_react_migration_to_open_source/).\n\nBelow is an overview of the topics covered in the series (links will be updated as the series rolls out):\n\n - [Intro](https://moduscreate.com/blog/extjs_to_react_migration_to_open_source/)\n - [Scaffolding](https://moduscreate.com/blog/ext-js-to-react-scaffolding/) *([code](./01-scaffolding))*\n - *Class System*\n   - [Instantiation](https://moduscreate.com/blog/extjs-react-class-instantiation-code-style/) *([code](./02-instantiation))*\n   - [Defining Classes](https://moduscreate.com/blog/ext-js-react-defining-classes/) *([code](./03-defining-classes))*\n   - [Static and Config Members](https://moduscreate.com/blog/ext-js-react-static-config-members/) *([code](./04-static-and-config-members))*\n   - [Mixins](https://moduscreate.com/blog/ext-js-react-mixins/) *([code](./05-mixins))*\n - *Templating*\n   - [Simple Templating](https://moduscreate.com/blog/ext-js-react-simple-templating/) *([code](./06-templating))*\n   - [Advanced Templating](https://moduscreate.com/blog/ext-js-react-advanced-templating/) *([code](./06-templating))*\n - [List](https://moduscreate.com/blog/ext-js-react-list/) *([code](./07-list))*\n - *Grid and Tree*\n   - [Basic Grid](https://moduscreate.com/blog/ext-js-react-basic-grid/) *([code](./08-basic-grid))*\n   - [Selection Model](https://moduscreate.com/blog/ext-js-react-selection-model/) *([code](./09-selection-model))*\n   - [Features and Plugins](https://moduscreate.com/blog/ext-js-react-features-plugins/) *([code](./10-grid-features))*\n   - [Tree](https://moduscreate.com/blog/ext-js-react-tree/) *([code](./11-tree))*\n - *Forms*\n   - [Form Fields](https://moduscreate.com/blog/ext-js-react-form-fields/) *([code](./12-form-fields))*\n   - [Form Validation](https://moduscreate.com/blog/ext-js-react-form-validations/) *([code](./13-form-validation))*\n   - [Form Submission](https://moduscreate.com/blog/ext-js-react-form-submission/) *([code](./14-form-submission))*\n - [Layouts](https://moduscreate.com/blog/ext-js-react-layouts/) *([code](./15-layouts))*\n - [Button](https://moduscreate.com/blog/ext-js-react-button/) *([code](./16-buttons))*\n - *Containers*\n   - [Toolbar](https://moduscreate.com/blog/ext-js-react-toolbar/) *([code](./17-toolbar))*\n   - [Panel](https://moduscreate.com/blog/ext-js-to-react-panel/) *([code](./18-panel))*\n   - [Tab Panel](https://moduscreate.com/blog/ext-js-to-react-tab-panel/) *([code](./19-tabpanel))*\n   - [Carousel](https://moduscreate.com/blog/ext-js-to-react-carousel/) *([code](./20-carousel))*\n - [Floating Components](https://moduscreate.com/blog/ext-js-to-react-floating-components/) *([code](./21-floating-components))*\n - *Data Binding / Controller*\n   - [Binding with React](https://moduscreate.com/blog/ext-js-to-react-binding-with-react/) *([code](./22-react-binding))*\n   - [Handling Application State with Redux](https://moduscreate.com/blog/ext-js-to-react-handling-application-state-with-redux/) *([code](./23-redux-state))*\n   - [Handling Application State with MobX](https://moduscreate.com/blog/ext-js-to-react-handling-application-state-with-mobx/) *([code](./24-mobx-state))*\n - Data Stores\n   - [Load, Sort and Filter Data with React](https://moduscreate.com/blog/ext-js-to-react-load-sort-and-filter-data-with-react/) *([code](./25-react-data))*\n   - [Handling Data with Redux](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-redux/) *([code](./26-redux-data))*\n   - [Handling Data with MobX](https://moduscreate.com/blog/ext-js-to-react-handling-data-with-mobx/) *([code](./27-mobx-data))*\n - [Charting](https://moduscreate.com/blog/ext-js-to-react-charting/) *([code](./28-charting))*\n - [Routing](https://moduscreate.com/blog/ext-js-to-react-routing/) *([code](./29-routing))*\n - [Application Styling](https://moduscreate.com/blog/ext-js-react-application-styling/) *([code](./30-application-styling))*\n - [Drag and Drop](https://moduscreate.com/blog/ext-js-react-drag-drop/) *([code](./31-drag-and-drop))*\n - FAQ\n\n---\n\n# Legal\nCopyright (C) 2018 Modus Create, Inc.\n\nLicensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoduscreateorg%2Fextjs-reactjs-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoduscreateorg%2Fextjs-reactjs-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoduscreateorg%2Fextjs-reactjs-examples/lists"}