{"id":13481477,"url":"https://github.com/jsonnull/redux-render","last_synced_at":"2025-03-27T12:30:57.185Z","repository":{"id":57351364,"uuid":"104778300","full_name":"jsonnull/redux-render","owner":"jsonnull","description":"Ergonomic Redux bindings for React using render functions","archived":true,"fork":false,"pushed_at":"2021-10-16T04:30:50.000Z","size":119,"stargazers_count":54,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-22T00:45:25.310Z","etag":null,"topics":["react","reactjs","redux","render-props"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jsonnull.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}},"created_at":"2017-09-25T17:04:15.000Z","updated_at":"2023-01-28T01:32:35.000Z","dependencies_parsed_at":"2022-09-13T02:23:01.847Z","dependency_job_id":null,"html_url":"https://github.com/jsonnull/redux-render","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonnull%2Fredux-render","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonnull%2Fredux-render/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonnull%2Fredux-render/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonnull%2Fredux-render/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonnull","download_url":"https://codeload.github.com/jsonnull/redux-render/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222251703,"owners_count":16955883,"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","reactjs","redux","render-props"],"created_at":"2024-07-31T17:00:52.177Z","updated_at":"2024-10-30T15:30:43.346Z","avatar_url":"https://github.com/jsonnull.png","language":"JavaScript","funding_links":[],"categories":["Components"],"sub_categories":["Data"],"readme":"# Redux Render\n\n[![Build Status](https://travis-ci.org/jsonnull/redux-render.svg?branch=master)](https://travis-ci.org/jsonnull/redux-render)\n[![Coverage Status](https://coveralls.io/repos/github/jsonnull/redux-render/badge.svg?branch=master)](https://coveralls.io/github/jsonnull/redux-render?branch=master)\n[![npm version](https://img.shields.io/npm/v/redux-render.svg)](https://www.npmjs.com/package/redux-render)\n\nReact bindings for Redux using render props.\n\n```JavaScript\nconst Title = () =\u003e (\n  \u003cRedux selector={state =\u003e state.title}\u003e\n    {title =\u003e (\n      \u003ch1\u003e{title}\u003c/h1\u003e\n    )}\n  \u003c/Redux\u003e\n)\n```\n\n## Why use this?\n\nRender props afford you a lot of flexibility over Higher-Order Components (HOCs).\n\n - **Reactivity**: Change selectors or dispatch calls on the fly as your component state and props change.\n - **Brevity**: It starts at just one line of code to connect to Redux in a performant way.\n - **Flexibility**: Using render props, you can easily create HOCs to support your own use-cases.\n\n## Installation\n\n```sh\nyarn add redux-render\n\n# npm install --save redux-render\n```\n\n## Examples\n\n - Controlled input ([source](examples/), [CodeSandbox](https://codesandbox.io/s/vnk2qzov65))\n\n## [API](docs/API.md)\n - [`\u003cProvider store\u003e`](docs/API.md#provider-store)\n - [`\u003cRedux selector children\u003e`](docs/API.md#redux-selector-children)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonnull%2Fredux-render","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonnull%2Fredux-render","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonnull%2Fredux-render/lists"}