{"id":18027379,"url":"https://github.com/matthiasn/systems-toolbox-ui","last_synced_at":"2025-03-27T02:30:37.427Z","repository":{"id":62433576,"uuid":"48951735","full_name":"matthiasn/systems-toolbox-ui","owner":"matthiasn","description":"DEPRECATED: UI components for systems-toolbox","archived":false,"fork":false,"pushed_at":"2017-04-25T11:32:00.000Z","size":8002,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T04:02:29.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/matthiasn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-03T16:01:07.000Z","updated_at":"2018-05-22T11:02:57.000Z","dependencies_parsed_at":"2022-11-01T21:15:36.658Z","dependency_job_id":null,"html_url":"https://github.com/matthiasn/systems-toolbox-ui","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasn%2Fsystems-toolbox-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasn%2Fsystems-toolbox-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasn%2Fsystems-toolbox-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasn%2Fsystems-toolbox-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthiasn","download_url":"https://codeload.github.com/matthiasn/systems-toolbox-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222183038,"owners_count":16944872,"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-10-30T08:10:57.340Z","updated_at":"2024-10-30T08:10:57.972Z","avatar_url":"https://github.com/matthiasn.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# systems-toolbox-ui\n\nApril 2017: this library is now DEPRECATED, it is much less cumbersome to use re-frame instead - see the updated examples in the [systems-toolbox](https://github.com/matthiasn/systems-toolbox) and [BirdWatch](https://github.com/matthiasn/BirdWatch).\n\nThis library gives you all you need for building a user interface in the browser on top of **[React](https://facebook.github.io/react/)**, using ClojureScript and the **[system-toolbox](https://github.com/matthiasn/systems-toolbox)** library.\n\nThe general idea is that there is a **systems-toolbox** component that holds\napplication state and business logic. This component is then observed by UI components.\nThe definition of the UI component is basically a function that transforms application state\ninto a rendered user interface. Interaction with that state component then takes place via \nsending messages. This approach is somewhat similar to the one found in **[Redux](https://github.com/reactjs/redux)**.\n\nUI components can also hold their own, independent state and interact with it directly, \nshould there be a need for this.\n\n[![Dependencies Status](https://jarkeeper.com/matthiasn/systems-toolbox-ui/status.svg)](https://jarkeeper.com/matthiasn/systems-toolbox-ui)\n\n## Examples\n\n1) In the examples directory of the **[systems-toolbox](https://github.com/matthiasn/systems-toolbox/tree/master/examples)**, you can find a basic example example with some counters. This example is somewhat comparable to the respective Redux example. This example is currently client-side only.\n\n2) A much larger example of an application using this library is **[BirdWatch](https://github.com/matthiasn/Birdwatch)**, a tweet stream analysis application that spans browser and client. There's a live version of this application **[here](https://birdwatch.matthiasnehlsen.com)**.\n\nThis library has previously been part of the **[system-toolbox](https://github.com/matthiasn/systems-toolbox)** library and was moved into a separate repository to reduce dependencies.\n\n## Testing\n\nAs a default, the tests will run in **Chrome**. This requires you to install **[ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)** first:\n \n    $ bin/get-chromedriver.sh\n\nWith ChromeDriver installed, you can fire up the tests:\n\n    $ lein integrations-tests\n\n\nAlso, you can run the tests using **[PhantomJS](http://phantomjs.org/)**:\n\n    $ BROWSER=phantomjs lein integration-tests\n\n\nTests are run automatically on **CircleCI** using Chrome: [![CircleCI Build Status](https://circleci.com/gh/matthiasn/systems-toolbox-ui.svg?\u0026style=shield)](https://circleci.com/gh/matthiasn/systems-toolbox-ui)\n\nOn **TravisCI**, the tests are run on **[PhantomJS](http://phantomjs.org/)**: [![TravisCI Build Status](https://travis-ci.org/matthiasn/systems-toolbox-ui.svg?branch=master)](https://travis-ci.org/matthiasn/systems-toolbox-ui)\n\n\n## License\n\nCopyright © 2015, 2016 Matthias Nehlsen\n\nDistributed under the Eclipse Public License either version 1.0 or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthiasn%2Fsystems-toolbox-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthiasn%2Fsystems-toolbox-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthiasn%2Fsystems-toolbox-ui/lists"}