{"id":13639691,"url":"https://github.com/rabsef-bicrym/tudumvc","last_synced_at":"2025-04-19T22:33:50.023Z","repository":{"id":52546280,"uuid":"324216752","full_name":"rabsef-bicrym/tudumvc","owner":"rabsef-bicrym","description":"todoMVC on Urbit","archived":false,"fork":false,"pushed_at":"2021-05-11T15:18:57.000Z","size":3334,"stargazers_count":21,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-26T20:29:24.724Z","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/rabsef-bicrym.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}},"created_at":"2020-12-24T18:40:21.000Z","updated_at":"2023-07-17T14:39:37.000Z","dependencies_parsed_at":"2022-08-28T01:50:48.388Z","dependency_job_id":null,"html_url":"https://github.com/rabsef-bicrym/tudumvc","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/rabsef-bicrym%2Ftudumvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabsef-bicrym%2Ftudumvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabsef-bicrym%2Ftudumvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabsef-bicrym%2Ftudumvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabsef-bicrym","download_url":"https://codeload.github.com/rabsef-bicrym/tudumvc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223502362,"owners_count":17155938,"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-08-02T01:01:03.408Z","updated_at":"2024-11-09T09:31:34.529Z","avatar_url":"https://github.com/rabsef-bicrym.png","language":"JavaScript","funding_links":[],"categories":["Archive"],"sub_categories":["Tools"],"readme":"# TuduMVC - a React.js + Hooks Implementation of TodoMVC with Urbit Integration\n\n[![awesome urbit badge](https://img.shields.io/badge/~-awesome%20urbit-lightgrey)](https://github.com/urbit/awesome-urbit)\n\n\u003cspan style=\"color:#F5DF4D\"\u003etudumvc\u003c/span\u003e is an implementation of the React.js + Hooks version of [TodoMVC](https://jacob-ebey.js.org/hooks-todo/#/) that uses Urbit as a back-end. The Urbit backend supports all of the open-web functionality _including_ serving the front-end without any need for client-side storage. With minimal changes to the existing source code and less than 200 lines of back-end code, **tudumvc** is responsive, lightweight, and expandable. The pervasiveness of React.js as a framework for front-end development informs our choice of implementations of TodoMVC to incorporate with urbit.\n\nAdditionally, `tudumvc` is an excellent example of the advantages of incorporating Urbit in your stack. The React.js + Hooks implementation of TodoMVC is a stateful application that updates its presentation layer on state change. Urbit is a deterministic operating system, sometimes called an operating function, and it functions off of a basic pattern of state -\u003e event -\u003e effects -\u003e new state. `tudumvc` compliments this basic pattern by using the React.js front end to produce events, using Urbit to interpret those events and produce effects and a new state and returning the state to React.js to be displayed.\n\nThe back-end development required to host an app like `tudumvc` is minimal and straightfoward, as are the changes we have to make to the React.js + Hooks TodoMVC implementation. Further, Urbit's `%gall` applications are inherently capable of cross-integration, so it would be a relatively straightforward task to integrate the functionality of `tudumvc` into other Urbit apps, like \"groups\", or even just allow the app to network with other self-hosted instances of `tudumvc` on other ships in the Urbit universe.\n\nIf you want to know more about the advantages of building applications on Urbit, check out this [interview I've done w/ `~radbur-sivmus` and `~timluc-miptev`](#).\n\nOver the course of this guide, we'll get `tudumvc` running on a test ship then investigate the code and learn how we might apply this to other existing applications, or build something from the ground up, on Urbit.\n\nLet's start with creating a ship:\n\n**Lesson 1**\n\n[Preparing a Development Environment](./lesson1-the-bosun.md)\n\n**NOTE:** If you're familiar with developing on Urbit generally, you can scan the above document and make sure you're all set up, then proceed to Lesson 2.\n\n# Other Lessons:\n\n**Lesson 2**\n\n[TodoMVC on Urbit (sort of)](./lesson2-todomvc-on-urbit-sortof.md)\n\n**Lesson 3**\n\n[The `%gall` of that `agent`](./lesson3-the-gall-of-that-agent.md)\n\n**Lesson 4**\n\n[Updating Our Agent](./lesson4-updating-our-agent.md)\n\n**Lesson 5**\n\n[Establishing Uplink](./lesson5-establishing-uplink.md)\n\n**Lesson 6**\n\n[Things Tudu and People TuSee](./lesson6-things-tudu.md)\n\n# Special Thanks\n* `~radbur-sivmus`\n* `~timluc-miptev`\n* `~sarpen-laplux`\n* `~tinnus-napbus`\n* `~mister-todteg`\n\nand, as always, `~risruc-habteb`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabsef-bicrym%2Ftudumvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabsef-bicrym%2Ftudumvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabsef-bicrym%2Ftudumvc/lists"}