{"id":20652899,"url":"https://github.com/caringdev/model-update-view","last_synced_at":"2026-05-28T01:02:08.926Z","repository":{"id":100816937,"uuid":"100895056","full_name":"CaringDev/model-update-view","owner":"CaringDev","description":"MUV tutorial","archived":false,"fork":false,"pushed_at":"2026-05-22T21:43:01.000Z","size":900,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-22T23:38:54.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"F#","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/CaringDev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-08-20T23:39:28.000Z","updated_at":"2025-12-25T16:57:56.000Z","dependencies_parsed_at":"2025-12-13T13:05:29.875Z","dependency_job_id":null,"html_url":"https://github.com/CaringDev/model-update-view","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CaringDev/model-update-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaringDev%2Fmodel-update-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaringDev%2Fmodel-update-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaringDev%2Fmodel-update-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaringDev%2Fmodel-update-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CaringDev","download_url":"https://codeload.github.com/CaringDev/model-update-view/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaringDev%2Fmodel-update-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33589684,"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-27T02:00:06.184Z","response_time":53,"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-11-16T17:39:13.123Z","updated_at":"2026-05-28T01:02:08.909Z","avatar_url":"https://github.com/CaringDev.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Model Update View\r\n\r\nModel Update View (MUV) is an architecture well suited for functional programming.\r\nIt is also known as Elm architecture, named after the [Elm language](http://elm-lang.org/).\r\n[Fable](http://fable.io/) is a very popular F# to JS compiler. On top, there's [Elmish](https://fable-elmish.github.io/elmish/), an extension that brings MUV to F#.\r\nFor the view part, there's [Elmish-React](https://fable-elmish.github.io/react/), using [React](https://facebook.github.io/react/) to render HTML.\r\nA MUV program in its simplest form consists of a model, an update function returning a new model and a view rendering function.\r\nThe MUV architecture is becoming increasingly popular in latest (web) frameworks and applied in e.g. React and Vue.js\r\n\r\n## TODO\r\n\r\nIn `src` and each sub-folder (except `Navbar`) there's a `X - TODO.md` file detailing the tasks at hand. Start with `0 - TODO.md`.\r\n\r\n## Building and running the app\r\n\r\n* Install JS dependencies: `yarn install`\r\n* Restore required tools: `dotnet tool restore`\r\n* Start `dotnet fable watch src --run yarn run start` (or run `start` task in VS Code)\r\n* Open [your browser](http://localhost:8080/)\r\n\r\nAny modification you do to the F# code will be reflected in the web page after saving. Watch the console for error messages.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaringdev%2Fmodel-update-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaringdev%2Fmodel-update-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaringdev%2Fmodel-update-view/lists"}