{"id":19451250,"url":"https://github.com/thekashey/beautiful-react-redux","last_synced_at":"2025-04-25T04:30:23.597Z","repository":{"id":66140799,"uuid":"121107637","full_name":"theKashey/beautiful-react-redux","owner":"theKashey","description":"Redux 🚀, Redux 🤘, Redux 🔥 - and the magic optimization","archived":false,"fork":false,"pushed_at":"2018-08-18T10:55:08.000Z","size":242,"stargazers_count":87,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-15T10:01:45.499Z","etag":null,"topics":["memoization","optimization","react","redux","reselect"],"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/theKashey.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}},"created_at":"2018-02-11T09:32:41.000Z","updated_at":"2024-09-13T14:36:04.000Z","dependencies_parsed_at":"2023-07-02T08:25:48.811Z","dependency_job_id":null,"html_url":"https://github.com/theKashey/beautiful-react-redux","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"f68ef14ba097766d803d4346f5edbe2191661445"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theKashey%2Fbeautiful-react-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theKashey%2Fbeautiful-react-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theKashey%2Fbeautiful-react-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theKashey%2Fbeautiful-react-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theKashey","download_url":"https://codeload.github.com/theKashey/beautiful-react-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250754501,"owners_count":21481823,"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":["memoization","optimization","react","redux","reselect"],"created_at":"2024-11-10T16:40:57.574Z","updated_at":"2025-04-25T04:30:23.274Z","avatar_url":"https://github.com/theKashey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"beautiful-react-redux\n=====\nAutomagically enhances, even enchants redux `connect`, to be more concrete - `mapStateToProps`,\nwrapping it with `memoize-state` to sky-rocket your application.\n\nJust import beautiful-react-redux and forget about __reselect__ and any other selector memoization.\nNow your application will runs like it has MobX underneath.\n\nNo updates when you dont expect them. For all. For free!\n\n[![NPM](https://nodei.co/npm/beautiful-react-redux.png?downloads=true\u0026stars=true)](https://nodei.co/npm/beautiful-react-redux/)\n\n## Usage\n\n#### Auto-magic\n```js\n// to get automatic deep-equal memoization for all mapStateToProps\nimport 'beautiful-react-redux/patch';\n```\n\n#### Or just replace react-redux by beautiful-react-redux\n```js\n//import {connect, Provider} from 'react-redux';\nimport {connect, Provider} from 'beautiful-react-redux';\n```\n\n100% compatible with any other memoization you might already had underneath.\n\n#### Double check your existing selectors\nIf you already handling selectors by your own, and dont need external tools - \nyou can just double check that your mapStateToProps is good enough.\n```js\n// to get automatic checks for your mapStateToProps\nimport 'beautiful-react-redux/check';\n```\n\nPS: Better not to mix memoize and check.\n\nConsider double measure performance, or use only `beautiful-react-redux/check` and another memoization library.\n\n# Licence\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekashey%2Fbeautiful-react-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekashey%2Fbeautiful-react-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekashey%2Fbeautiful-react-redux/lists"}