{"id":18847131,"url":"https://github.com/mhuebert/re-view","last_synced_at":"2025-12-12T01:09:47.091Z","repository":{"id":41787131,"uuid":"52787884","full_name":"mhuebert/re-view","owner":"mhuebert","description":"Tools for building reactive user interfaces in ClojureScript.","archived":false,"fork":false,"pushed_at":"2022-12-06T20:26:56.000Z","size":2461,"stargazers_count":42,"open_issues_count":35,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-20T22:21:06.644Z","etag":null,"topics":["clojurescript","dataflow","react"],"latest_commit_sha":null,"homepage":"https://re-view-web.firebaseapp.com","language":"Clojure","has_issues":true,"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/mhuebert.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":"2016-02-29T12:00:05.000Z","updated_at":"2023-07-24T14:41:56.000Z","dependencies_parsed_at":"2023-01-23T15:01:17.847Z","dependency_job_id":null,"html_url":"https://github.com/mhuebert/re-view","commit_stats":null,"previous_names":["braintripping/re-view","re-view/re-view"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mhuebert/re-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhuebert%2Fre-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhuebert%2Fre-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhuebert%2Fre-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhuebert%2Fre-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhuebert","download_url":"https://codeload.github.com/mhuebert/re-view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhuebert%2Fre-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27673719,"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","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"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":["clojurescript","dataflow","react"],"created_at":"2024-11-08T03:05:23.587Z","updated_at":"2025-12-12T01:09:47.072Z","avatar_url":"https://github.com/mhuebert.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Re-View\n\n![badge](https://img.shields.io/clojars/v/re-view.svg)\n\nRe-View is a library for building React apps in ClojureScript. It's a beginner-friendly tool that is also suitable for demanding, production-grade apps.\n\nWebsite: [https://re-view.io](https://re-view.io)\n\n## Objectives\n\n- Readable code\n- Precise and transparent reactivity/dataflow\n- Convenient access to React lifecycle methods - do not try to hide the React component model\n- A smooth 'upgrade continuum': simple components are extremely simple to create, while 'advanced' components are created by progressively adding information to simple components (no need to switch paradigms along the way)\n\n## Motivation\n\nExisting tools in the ClojureScript ecosystem, although excellent for their respective use cases, were found to be either too magical or too verbose for my particular needs. Re-View was originally \"programmed in anger\" (but with lotsa love) during the development of a [reactive-dataflow coding environment](http://px16.matt.is/).\n\n## Getting started\n\nStart by reading the [website](https://re-view.io) or the [quickstart](https://github.com/braintripping/re-view/tree/master/re_view#quickstart).\n\nFor the impatient, build an example app using our lein template:\n\n```clj\nlein new re-view my-example-app;\ncd my-example-app;\nlein figwheel;\n;; open browser window to http://localhost:5300\n```\n\n## What's in this repo?\n\ncore + utilities\n\n- [/re_view](https://github.com/braintripping/re-view/tree/master/re_view), the main thing you will use -- a ClojureScript view library built on top of React\n\nreusable components\n\n- [/re_view_material](https://github.com/braintripping/re-view/tree/master/material), implementations of Google's Material Design components\n- [/re_view_prosemirror](https://github.com/braintripping/re-view/tree/master/prosemirror), wrapper around [ProseMirror](http://prosemirror.net/)\n\n\n    docs \u0026 examples\n\n- [/website](https://github.com/braintripping/re-view/tree/master/website), the source code for https://re-view.io\n- [/docs](https://github.com/braintripping/re-view/tree/master/docs), the docs that re-view.io reads from\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhuebert%2Fre-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhuebert%2Fre-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhuebert%2Fre-view/lists"}