{"id":16178165,"url":"https://github.com/charlypoly/redux-hydrate","last_synced_at":"2026-05-12T07:41:32.166Z","repository":{"id":142836591,"uuid":"95706542","full_name":"charlypoly/redux-hydrate","owner":"charlypoly","description":"Hydrate framework for Redux","archived":false,"fork":false,"pushed_at":"2017-06-28T20:10:18.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T11:02:37.228Z","etag":null,"topics":["react","redux"],"latest_commit_sha":null,"homepage":null,"language":null,"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/charlypoly.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":"2017-06-28T19:57:51.000Z","updated_at":"2017-10-12T12:03:36.000Z","dependencies_parsed_at":"2023-03-24T08:16:57.463Z","dependency_job_id":null,"html_url":"https://github.com/charlypoly/redux-hydrate","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/charlypoly%2Fredux-hydrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fredux-hydrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fredux-hydrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fredux-hydrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlypoly","download_url":"https://codeload.github.com/charlypoly/redux-hydrate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247643139,"owners_count":20972044,"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":["react","redux"],"created_at":"2024-10-10T05:12:46.482Z","updated_at":"2026-05-12T07:41:32.128Z","avatar_url":"https://github.com/charlypoly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# redux-hydrate\nHydrate framework for Redux\n\n\n```typescript\n\n\nconst container = Hydrate.createContainer();\n\ninterface Chat {\n  id: string;\n  message_ids?: string[]\n}\n\ncontainer.register\u003cChat\u003e('Chat', {\n  hasMany: ['Messages']\n});\n\n// ...\n\ncontainer.reduxMiddleware();\n\n\ninterface ConnectedProps {\n  users?: Users[];\n  messages?: Message[];\n  message_attachments: MessageAttachment[];\n}\n\ninterface ComponentProps {\n  chat: Chat;\n}\n\ninterface ComponentState {}\n\ntype Props = ConnectedProps \u0026 ComponentProps;\n\nclass Chat extends React.Component\u003cProps, ComponentState\u003e {\n\n  render() {\n    return \u003cdiv\u003e\u003c/div\u003e;\n  }\n\n}\n\nexport default Hydrate.connect\u003cProps, {}, ComponentProps\u003e(\n  {\n    chat: {\n      users: { ensure: true },\n      messages: {\n        message_attachments: {\n          ensure: true\n        }\n      },\n    }\n  }\n  Chat\n);\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fredux-hydrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlypoly%2Fredux-hydrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fredux-hydrate/lists"}