{"id":24445640,"url":"https://github.com/controlroom/show","last_synced_at":"2026-05-18T04:07:43.152Z","repository":{"id":17354216,"uuid":"20125793","full_name":"controlroom/show","owner":"controlroom","description":"Minimal React.js ClojureScript wrapper","archived":false,"fork":false,"pushed_at":"2018-07-06T14:38:04.000Z","size":188,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-21T11:09:11.501Z","etag":null,"topics":["clojure","react"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/controlroom.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":"2014-05-24T08:56:09.000Z","updated_at":"2018-07-06T14:38:05.000Z","dependencies_parsed_at":"2022-09-24T15:33:54.664Z","dependency_job_id":null,"html_url":"https://github.com/controlroom/show","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/controlroom/show","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/controlroom","download_url":"https://codeload.github.com/controlroom/show/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fshow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33164672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["clojure","react"],"created_at":"2025-01-20T23:29:57.958Z","updated_at":"2026-05-18T04:07:43.133Z","avatar_url":"https://github.com/controlroom.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Clojars Project](https://img.shields.io/clojars/v/controlroom/show.svg)](https://clojars.org/controlroom/show) [![CircleCI](https://circleci.com/gh/controlroom/show.svg?style=svg)](https://circleci.com/gh/controlroom/show)\n\n**Show** is a minimal ClojureScript wrapper around React.js. Show operates under\nthe idea that less is more.\n\nThis is still a proof of concept and is undergoing breaking changes\n\n## Simple usage\n\n```clojure\n(ns simple\n  (:require \n    [show.core :as show]\n    [show.dom  :as dom]))\n\n(show/defcomponent App [component]\n  (render [props state]\n    (dom/h1 (:heading props)))\n\n(show/render-to-dom\n  (App {:heading \"App\"})\n  (.getElementById js/document \"app\"))\n```\n\n## License\n\nCopyright © 2018 controlroom.io\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrolroom%2Fshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontrolroom%2Fshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrolroom%2Fshow/lists"}