{"id":20030992,"url":"https://github.com/yosh1/react-ionic-practice","last_synced_at":"2026-04-11T11:38:40.222Z","repository":{"id":92918298,"uuid":"174305367","full_name":"yosh1/react-ionic-practice","owner":"yosh1","description":"This is a react-ionic practice repository.","archived":false,"fork":false,"pushed_at":"2020-01-11T07:52:53.000Z","size":175,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T17:47:32.914Z","etag":null,"topics":["ionic","npx","react","typescript","yarn"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yosh1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-07T08:41:38.000Z","updated_at":"2019-03-18T23:27:21.000Z","dependencies_parsed_at":"2023-05-01T00:49:55.561Z","dependency_job_id":null,"html_url":"https://github.com/yosh1/react-ionic-practice","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/yosh1%2Freact-ionic-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosh1%2Freact-ionic-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosh1%2Freact-ionic-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosh1%2Freact-ionic-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yosh1","download_url":"https://codeload.github.com/yosh1/react-ionic-practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241461915,"owners_count":19966775,"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":["ionic","npx","react","typescript","yarn"],"created_at":"2024-11-13T09:29:50.785Z","updated_at":"2026-04-11T11:38:35.203Z","avatar_url":"https://github.com/yosh1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React × ionic app (Beta)\n\n---\n\n## How to run?\n\n```\n$ yarn i\n$ yarn start\n```\n\n---\n\n## How to develop?\n\n### package init and install\n\n```\n$ npx create-react-app react-ionic-app --typescript\n$ cd react-ionic-app\n\n$ yarn add @ionic/react react-router react-router-dom @types/react-router @types/react-router-dom --save\n```\n\n### Edit `App.tsx`\n\n```\nimport React, { Component } from 'react';\nimport logo from './logo.svg';\nimport './App.css';\n\nclass App extends Component {\n  render() {\n    return (\n      \u003cdiv className=\"App\"\u003e\n        \u003cheader className=\"App-header\"\u003e\n          \u003cimg src={logo} className=\"App-logo\" alt=\"logo\" /\u003e\n          \u003cp\u003e\n            Edit \u003ccode\u003esrc/App.tsx\u003c/code\u003e and save to reload.\n          \u003c/p\u003e\n          \u003ca\n            className=\"App-link\"\n            href=\"https://reactjs.org\"\n            target=\"_blank\"\n            rel=\"noopener noreferrer\"\n          \u003e\n            Learn React\n          \u003c/a\u003e\n        \u003c/header\u003e\n      \u003c/div\u003e\n    );\n  }\n}\n\nexport default App;\n```\n\nto\n\n```\nimport React, { Component } from 'react';\nimport '@ionic/core/css/core.css';\nimport '@ionic/core/css/ionic.bundle.css';\nimport {\n  IonApp,\n  IonContent,\n  IonCard,\n  IonCardHeader,\n  IonCardTitle,\n  IonCardSubtitle\n} from '@ionic/react';\n\nclass App extends Component {\n  render() {\n    return (\n      \u003cIonApp\u003e\n        \u003cIonContent\u003e\n          \u003cIonCard\u003e\n            \u003cIonCardHeader\u003e\n              \u003cIonCardSubtitle\u003ereact with ionic app\u003c/IonCardSubtitle\u003e\n              \u003cIonCardTitle\u003eHello World!\u003c/IonCardTitle\u003e\n            \u003c/IonCardHeader\u003e\n          \u003c/IonCard\u003e\n        \u003c/IonContent\u003e\n      \u003c/IonApp\u003e\n    );\n  }\n}\n\nexport default App;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosh1%2Freact-ionic-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyosh1%2Freact-ionic-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosh1%2Freact-ionic-practice/lists"}