{"id":16611774,"url":"https://github.com/valerybugakov/mobx-redux-example","last_synced_at":"2026-05-28T06:04:14.188Z","repository":{"id":80786899,"uuid":"94571271","full_name":"valerybugakov/mobx-redux-example","owner":"valerybugakov","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-24T20:17:12.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T14:39:42.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/valerybugakov.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-06-16T18:31:17.000Z","updated_at":"2017-06-17T08:36:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fbf726f-f787-44b5-8548-bf78498b0110","html_url":"https://github.com/valerybugakov/mobx-redux-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valerybugakov/mobx-redux-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fmobx-redux-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fmobx-redux-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fmobx-redux-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fmobx-redux-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valerybugakov","download_url":"https://codeload.github.com/valerybugakov/mobx-redux-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fmobx-redux-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33596317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T01:39:24.468Z","updated_at":"2026-05-28T06:04:14.171Z","avatar_url":"https://github.com/valerybugakov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Mobx-Redux example\n\n```sh\nyarn\nyarn start\n```\n\n## Idea\n\nHandle complex parts of the Redux architecture automatically with `Mobx`, such as keeping minimal number of\nre-renders after store updates by normalizing data, writing complex selectors and connecting data in the right place.\n\n- Component updates are managed by `mobx` observables automatically - minimal re-renders out of the box\n- State is mutable (no referential transparency needed)\n- Use lazy `computed` properties instead of selectors to prepare data for components\n- Still one way data flow via Redux actions/store/reducers with all ecosystem available\n\n## Differences in code vs classic Redux\n\n- State properties should be wrapped in `observable` provided by `mobx`\n- Use simple mutations in reducers instead of immutable operations\n- `@inject` instead of of `connect` from react-redux\n- `@observer` for change detection in dumb components\n\n## Libraries\n\n- Add `mobx` and `mobx-react`\n- Remove `react-redux`,  probably `reselect` too\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerybugakov%2Fmobx-redux-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalerybugakov%2Fmobx-redux-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerybugakov%2Fmobx-redux-example/lists"}