{"id":19747436,"url":"https://github.com/mobxjs/mobx-react-todomvc","last_synced_at":"2025-04-05T11:05:00.715Z","repository":{"id":46479425,"uuid":"41570840","full_name":"mobxjs/mobx-react-todomvc","owner":"mobxjs","description":"TodoMVC reference implementation on top of react-mobx-boilerplate","archived":false,"fork":false,"pushed_at":"2021-10-09T20:47:39.000Z","size":632,"stargazers_count":502,"open_issues_count":2,"forks_count":163,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-29T10:04:48.834Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/mobxjs.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":"2015-08-28T21:53:07.000Z","updated_at":"2025-03-16T07:38:53.000Z","dependencies_parsed_at":"2022-09-23T01:41:54.834Z","dependency_job_id":null,"html_url":"https://github.com/mobxjs/mobx-react-todomvc","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/mobxjs%2Fmobx-react-todomvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobxjs%2Fmobx-react-todomvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobxjs%2Fmobx-react-todomvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobxjs%2Fmobx-react-todomvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobxjs","download_url":"https://codeload.github.com/mobxjs/mobx-react-todomvc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325693,"owners_count":20920714,"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-12T02:17:49.152Z","updated_at":"2025-04-05T11:05:00.679Z","avatar_url":"https://github.com/mobxjs.png","language":"JavaScript","funding_links":[],"categories":["Awesome MobX"],"sub_categories":["Examples"],"readme":"# React + MobX TodoMVC Example\n\nThis repository provides a reference implementation of the [TodoMVC](http://todomvc.com) application written using [MobX](https://github.com/mobxjs/mobx), [React](https://facebook.github.io/react) JSX and ES6.\n\n## Running the example\n\n```\nnpm install\nnpm start\nopen http://localhost:3000\n```\n\nThe example requires node 4.0 or higher\n\n![TodoMVC](devtools.gif)\n\n## Changing the example\n\nIf you are new to MobX, take a look at the [ten minutes, interactive introduction](https://mobxjs.github.io/mobx/getting-started.html) to MobX and React. MobX provides a refreshing way to manage your app state by combining mutable data structures with transparent reactive programming.\n\nThe state and actions of this app are defined in two stores; `todoModel` and `viewModel`.\nThis is not necessary but it provides a nice separation of concerns between data that effects the domain of the application and data that affects the user interface of the application.\nThis is a useful distinction for testing, reuse in backend services etc.\n\nThe project uses hot-reloading so most changes made to the app will be picked automatically.\nBy default the `mobx-react-devtools` are enabled as well. During each rendering a small render report is printed on all updated components.\nThe dev-tools can be disabled by commenting the `import` statement in `src/index.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobxjs%2Fmobx-react-todomvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobxjs%2Fmobx-react-todomvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobxjs%2Fmobx-react-todomvc/lists"}