{"id":15653118,"url":"https://github.com/juffalow/react-relay-example","last_synced_at":"2025-04-30T21:10:42.339Z","repository":{"id":37990865,"uuid":"188296505","full_name":"juffalow/react-relay-example","owner":"juffalow","description":"Example project how to use React, Relay and TypeScript","archived":false,"fork":false,"pushed_at":"2025-01-10T11:30:14.000Z","size":2725,"stargazers_count":33,"open_issues_count":5,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T20:03:17.244Z","etag":null,"topics":["example-project","graphql","react","react-bootstrap","react-helmet","react-router","relay","typescript"],"latest_commit_sha":null,"homepage":"https://quotes.juffalow.com/","language":"TypeScript","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/juffalow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-23T19:46:00.000Z","updated_at":"2025-02-11T01:16:16.000Z","dependencies_parsed_at":"2024-10-03T12:44:51.517Z","dependency_job_id":"f487eb2e-f440-44d2-b619-325a46293cfa","html_url":"https://github.com/juffalow/react-relay-example","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juffalow%2Freact-relay-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juffalow%2Freact-relay-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juffalow%2Freact-relay-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juffalow%2Freact-relay-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juffalow","download_url":"https://codeload.github.com/juffalow/react-relay-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251782776,"owners_count":21642987,"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":["example-project","graphql","react","react-bootstrap","react-helmet","react-router","relay","typescript"],"created_at":"2024-10-03T12:44:44.474Z","updated_at":"2025-04-30T21:10:42.303Z","avatar_url":"https://github.com/juffalow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + Relay Example\n\nList of Quotes with Authors implemented in React + Relay.\n\n*You can use either [PHP](https://github.com/juffalow/slim-graphql-eloquent-example) or [Node](https://github.com/juffalow/express-graphql-example) as a backend.*\n\n## How to run the project\n\n#### Installation\n\n```shell\nyarn install\n\n# or if you use npm\n\nnpm install\n```\n\n#### Configuration\n\nCreate `src/config.ts` or rename `src/config.example.ts` and make sure it contains your server's graphql endpoint url:\n\n```js\nexport default {\n  graphql: 'http://localhost:3013/graphql',\n};\n```\n\n#### Download GraphQL schema\n\nFor this, you need to have [graphql-cli](https://github.com/graphql-cli/graphql-cli) installed.\n\n```shell\ngraphql get-schema --project quotes -e default\n```\n\nBuild / transform components which are using graphql / relay\n\n```shell\nyarn run relay\n```\n\n#### Start the project\n\n```shell\nyarn start\n```\n\n## Old version\n\nThis version is using older Relay version `10.0.1`:\n* [1.2.3](https://github.com/juffalow/react-relay-example/tree/1.2.3)\n\nWorking version of React + Relay application written in JavaScript:\n* [1.0.0](https://github.com/juffalow/react-relay-example/tree/1.0.0)\n\n## License\n\n[MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuffalow%2Freact-relay-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuffalow%2Freact-relay-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuffalow%2Freact-relay-example/lists"}