{"id":24134078,"url":"https://github.com/alexhtech/react-isomorphic-example","last_synced_at":"2026-04-08T23:32:42.316Z","repository":{"id":102836399,"uuid":"82188337","full_name":"alexhtech/react-isomorphic-example","owner":"alexhtech","description":"React redux isomorphic example webpack3 hot-module-replacement 3 Preloader Authorization","archived":false,"fork":false,"pushed_at":"2017-10-10T16:59:17.000Z","size":313,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T10:23:33.955Z","etag":null,"topics":["enzyme","isomorphic","jest","preload-data","react","react-isomorphic-tools","react-router","redux","server-side-rendering","ssr","styled-components","webpack3"],"latest_commit_sha":null,"homepage":"http://react-isomorphic-example.k-3soft.com","language":"JavaScript","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/alexhtech.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":"2017-02-16T14:18:40.000Z","updated_at":"2017-12-02T09:15:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"24f48d43-b377-49aa-a542-84c35601792e","html_url":"https://github.com/alexhtech/react-isomorphic-example","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alexhtech/react-isomorphic-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhtech%2Freact-isomorphic-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhtech%2Freact-isomorphic-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhtech%2Freact-isomorphic-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhtech%2Freact-isomorphic-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexhtech","download_url":"https://codeload.github.com/alexhtech/react-isomorphic-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhtech%2Freact-isomorphic-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["enzyme","isomorphic","jest","preload-data","react","react-isomorphic-tools","react-router","redux","server-side-rendering","ssr","styled-components","webpack3"],"created_at":"2025-01-12T00:19:40.988Z","updated_at":"2026-04-08T23:32:42.300Z","avatar_url":"https://github.com/alexhtech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## react-isomorphic-example v 2.2.0\n\n\n### You can see demo here:\n\n[react-isomorphic-example.k-3soft.com](http://react-isomorphic-example.k-3soft.com)\n\n\n### Used libraries:\n\n 1. react-isomorphic-tools@^2.3.5\n 2. react-router@^4.1.1\n 3. react-router-dom@^4.1.1\n 4. react-router-config@^1.0.0-beta.3\n 5. react-router-redux@^5.0.0-alpha.6\n 6. react-hot-loader@^3\n 7. styled-components@^2.0.0\n 8. react-helmet@^5.0.3\n 9. react-intl@^2.3.0\n 10. webpack@^3.5.5\n 11. jest@^20.0.4\n 12. enzyme@^2.9.1\n 13. expressjs@^4.15.4\n\n### Works:\n\n - [x] Preload data before transition\n - [x] Preload data for ServerSide\n - [x] Chunks implements through async func, and will run when transition is doing to that route\n - [x] Handler of errors both client and server\n \n#### Example implementations of async Routes\n \n ```js\n import App from '../components/App'\n \n const routes = [\n     {\n         component: App,\n         path: '/',\n         routes:[\n             {\n                 path: '/home',\n                 getComponent: ()=\u003eimport('../components/Home') //returns promise,\n                 preload:({fetcher})=\u003e{\n                     return fetcher('/testApiData', { //return promise\n                         method: 'GET',\n                         params:{\n                             id: 1\n                         }\n                     })\n                 }\n             }\n         ]\n     }\n ]\n ```\n \n###### to be continued...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhtech%2Freact-isomorphic-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexhtech%2Freact-isomorphic-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhtech%2Freact-isomorphic-example/lists"}