{"id":21939793,"url":"https://github.com/welikegraphql/how-to-structure-react-and-react-native-projects","last_synced_at":"2026-04-13T06:02:41.227Z","repository":{"id":38920237,"uuid":"234403652","full_name":"WeLikeGraphQL/how-to-structure-react-and-react-native-projects","owner":"WeLikeGraphQL","description":"How to structure React and React Native projects","archived":false,"fork":false,"pushed_at":"2022-12-10T16:04:54.000Z","size":3460,"stargazers_count":0,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T16:30:19.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/WeLikeGraphQL.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":"2020-01-16T20:16:06.000Z","updated_at":"2020-01-16T20:46:05.000Z","dependencies_parsed_at":"2022-08-19T02:50:47.740Z","dependency_job_id":null,"html_url":"https://github.com/WeLikeGraphQL/how-to-structure-react-and-react-native-projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WeLikeGraphQL/how-to-structure-react-and-react-native-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeLikeGraphQL%2Fhow-to-structure-react-and-react-native-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeLikeGraphQL%2Fhow-to-structure-react-and-react-native-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeLikeGraphQL%2Fhow-to-structure-react-and-react-native-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeLikeGraphQL%2Fhow-to-structure-react-and-react-native-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeLikeGraphQL","download_url":"https://codeload.github.com/WeLikeGraphQL/how-to-structure-react-and-react-native-projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeLikeGraphQL%2Fhow-to-structure-react-and-react-native-projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266053826,"owners_count":23869496,"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":[],"created_at":"2024-11-29T02:27:24.113Z","updated_at":"2025-10-17T21:22:39.264Z","avatar_url":"https://github.com/WeLikeGraphQL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to structure React and React Native projects\n\n\u003e This a result of experience + Research \u0026 Development\n\nIt's still **Work In Progress**, although, we believe that it is already a quite complete example.\n\n## Running the app\n\n```\nyarn install\n\n// starts Next.js app\ncd web_app \u0026\u0026 npm run dev\n\n// starts React Native app in iOS Simulator\ncd native_app\ncd ios \u0026\u0026 pod install\ncd .. \u0026\u0026 npm run ios\n\n// android not ready yet\n```\n\n## Tech-Stack\n\n1. GraphQL\n2. React with Hooks\n3. React Native\n4. Apollo\n5. Next.js\n6. Redux\n7. Yarn Workspaces\n8. Typescript\n\n## The idea for the app\n\nAs a Proof Of Concept we selected a real use-case scenario, which is as follows:\n\n1. Fetching data about Youtube videos from a GraphQL Endpoint.\n2. Displaying videos in React and React Native apps.\n3. Possibility to fetch more videos.\n4. Not playing two videos at the same time (dispatching actions via Redux)\n\n\n## To Do:\n\n1. Android version.\n2. Checking TypeScript implementation.\n3. Tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelikegraphql%2Fhow-to-structure-react-and-react-native-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelikegraphql%2Fhow-to-structure-react-and-react-native-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelikegraphql%2Fhow-to-structure-react-and-react-native-projects/lists"}