{"id":19701411,"url":"https://github.com/frontendmasters/react-state-management","last_synced_at":"2025-10-16T01:58:41.128Z","repository":{"id":141926978,"uuid":"188897843","full_name":"FrontendMasters/react-state-management","owner":"FrontendMasters","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-01T21:01:54.000Z","size":5,"stargazers_count":64,"open_issues_count":0,"forks_count":42,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-10T10:58:14.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/FrontendMasters.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":"2019-05-27T19:21:30.000Z","updated_at":"2024-03-01T21:01:58.000Z","dependencies_parsed_at":"2024-03-01T22:23:11.776Z","dependency_job_id":null,"html_url":"https://github.com/FrontendMasters/react-state-management","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/FrontendMasters%2Freact-state-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontendMasters%2Freact-state-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontendMasters%2Freact-state-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontendMasters%2Freact-state-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrontendMasters","download_url":"https://codeload.github.com/FrontendMasters/react-state-management/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241014926,"owners_count":19894325,"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":[],"created_at":"2024-11-11T21:08:49.589Z","updated_at":"2025-10-16T01:58:41.052Z","avatar_url":"https://github.com/FrontendMasters.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]\n\u003e This repo is from an archived version of the course. Watch the latest version of the course on [frontendmasters.com](https://frontendmasters.com/courses/react-performance/).\n\n# React State, Redux, and MobX\n\nHere is everything you need to get rocking and rolling for the React State and Redux \u0026 MobX workshops. Make sure you give each repository a fresh `git pull` in the morning—just in case!\n\n## Install\n\nInstall these tools in your browser of choice. I'll be using Chrome during the workshop.\n\n- [React Developer Tools](https://github.com/facebook/react-devtools)\n- [Redux Developer Tools](https://github.com/zalmoxisus/redux-devtools-extension)\n- [MobX Developer Tools](https://github.com/mobxjs/mobx-devtools)\n\n## Respositories\n\nMake sure to run `npm install` in each repository.\n\n- [Simple Counter](https://github.com/stevekinney/simple-counter)\n- [Dualing Counters](https://github.com/stevekinney/dualing-counters/)\n- [Kanbananza](https://github.com/stevekinney/kanbananza)\n- [Pizza Calculator](https://github.com/stevekinney/pizza-calculator-two)\n- [Tweet Stream](https://github.com/stevekinney/tweet-stream-react)\n- [Star Wars Autocomplete](https://github.com/stevekinney/star-wars-autocomplete)\n- [Jetsetter](https://github.com/stevekinney/jetsetter-two)\n- [Redux Counter](https://github.com/stevekinney/redux-counter)\n- [MobX Counter](https://github.com/stevekinney/mobx-counter)\n\n## RunKit Notebooks\n\nBelow are notebooks containing example code for working with state in Redux.\n\n- [Rendezvous with Redux](https://runkit.com/stevekinney/rendezvous-with-redux)\n- [Normalizr with Cards and Lists](https://runkit.com/stevekinney/5ce18d9fbd79a9001ab8d94c)\n- [Immutably Set Properties on Objects with Lodash](https://runkit.com/stevekinney/5ce9a08dfa68f4001aabcdf3)\n\n## APIs\n\nWe'll be using the following APIs in this workshop:\n\n- [Star Wars Characters](https://star-wars-characters.glitch.me/)\n- [Tweet Stream](https://tweet-stream.glitch.me/)\n\n## Notes\n\n- [Redux Live Coding Notes](https://gist.github.com/stevekinney/da64a2a3cda6ff0fe8d8f1b5303fe8d6)\n\n## Code Sandbox Example Implementations\n\n- [Simple Counter (Boilerplate)](https://codesandbox.io/s/m7vm5wqjoy)\n- [Simple Counter (Basic State)](https://codesandbox.io/s/m4xq2j3p5j)\n- [Simple Counter (Context API and Naïve Hooks)](https://codesandbox.io/s/k5m0lm3nr3)\n- [Simple Counter (useContext)](https://codesandbox.io/s/18qqxmkx8j)\n- [Simple Counter (Custom Hook)](https://codesandbox.io/s/omm3mpqm6)\n- [Simple Counter (useReducer)](https://codesandbox.io/s/v39l639vn3)\n- [Simple Counter (Redux)](https://codesandbox.io/s/r7z1y573qm)\n- [useLocalStorage Hook](https://codesandbox.io/s/e4s2j)\n- [useAjax Hook](https://codesandbox.io/s/29vhg)\n- [Asynchronous State](https://codesandbox.io/s/6z2rkmx6k)\n- [Asynchronous State (with Hooks)](https://codesandbox.io/s/zx54l1kzpl)\n- [Basic MobX](https://codesandbox.io/s/k5nrxyowk3)\n- [Basic MobX (with Object Literal)](https://codesandbox.io/s/olpnq8ykz9)\n- [Fundamental MobX (Boilerplate)](https://codesandbox.io/s/mobx-boilerplate-us7wo)\n- [Fundamental MobX](https://codesandbox.io/s/j2vlnovo05)\n- [Fundamental MobX (with Decorators)](https://codesandbox.io/s/m5po6p0jr8)\n- [Tweet Stream (Boilerplate)](https://codesandbox.io/s/70mdp)\n- [Tweet Stream (Redux Thunk)](https://codesandbox.io/s/d6q8x)\n- [Tweet Stream (Redux Observable)](https://codesandbox.io/s/2w7km)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontendmasters%2Freact-state-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontendmasters%2Freact-state-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontendmasters%2Freact-state-management/lists"}