{"id":13687665,"url":"https://github.com/hansroland/reflex-dom-inbits","last_synced_at":"2026-01-18T14:36:08.430Z","repository":{"id":80462535,"uuid":"82911930","full_name":"hansroland/reflex-dom-inbits","owner":"hansroland","description":"A tutorial for reflex-dom with small code bits","archived":false,"fork":false,"pushed_at":"2023-01-19T09:29:53.000Z","size":1123,"stargazers_count":116,"open_issues_count":2,"forks_count":46,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-03T15:06:42.996Z","etag":null,"topics":["gui","haskell","reflex-frp","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hansroland.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":"support/reflex-chart.hs","governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-23T09:45:58.000Z","updated_at":"2024-04-06T21:34:23.000Z","dependencies_parsed_at":"2024-01-14T18:09:26.184Z","dependency_job_id":null,"html_url":"https://github.com/hansroland/reflex-dom-inbits","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/hansroland%2Freflex-dom-inbits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansroland%2Freflex-dom-inbits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansroland%2Freflex-dom-inbits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansroland%2Freflex-dom-inbits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansroland","download_url":"https://codeload.github.com/hansroland/reflex-dom-inbits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224257916,"owners_count":17281799,"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":["gui","haskell","reflex-frp","tutorial"],"created_at":"2024-08-02T15:00:58.325Z","updated_at":"2026-01-18T14:36:08.379Z","avatar_url":"https://github.com/hansroland.png","language":"Haskell","funding_links":[],"categories":["Haskell"],"sub_categories":[],"readme":"# reflex-dom-inbits - A beginner friendly step by step tutorial for reflex-dom\n\n[![License BSD3][badge-license]][license]\n\n[badge-license]: https://img.shields.io/badge/license-BSD3-green.svg?dummy\n[license]: https://github.com/hansroland/reflex-dom-inbits/blob/master/LICENSE\n\n\nThis is a beginner-friendly tutorial for *reflex-dom*. It shows how to write Haskell programs  with a graphical user interface.\nIt contains an introductionary text and examples in short bits.\n\nReflex-Dom is a library to create Haskell applications with a Graphical User Interface (GUI).\nThe GUI is based on the popular Document Object Model (DOM) that is used in the Internet Browsers.\nTherefore Reflex-Dom programs can be run in the Web Browser or as a Webkit-Gtk application. \n\n*Reflex-dom* is based on *Reflex*, a Haskell implementation of Functional Reactive Programming.\n\nIt's not necessary to be a Haskell guru to follow this tutorial. \nA basic understanding of Haskell and the concepts of *Functor*, *Applicative* and *Monad* is enough.\nWith Reflex-Dom you can write GUI applications in Haskell without understanding the concepts of\n*State Monad* or *Monad Transformers*. You need also a basic background on *HTML* and \non *Cascaded Style Sheets* (*CSS*). Of course, the more experience you have, the easier it is.\n\nStart by cloning this repository with ``` git clone https://github.com/hansroland/reflex-dom-inbits ```.\nContinue by installing Reflex.Dom. The preferred installation method is to use\nthe reflex-platform from [https://github.com/reflex-frp/reflex-platform](https://github.com/reflex-frp/reflex-platform).\nAlternatively you can use stack, however, this will take a long time. If you use stack, I recommend\nto use version 1.24.0.2 of cabal. I was unable to run _stack setup_ with cabal 2.0.0.0.\n\nThen read the file [tutorial.md](tutorial.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansroland%2Freflex-dom-inbits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansroland%2Freflex-dom-inbits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansroland%2Freflex-dom-inbits/lists"}