{"id":28248128,"url":"https://github.com/georggrab/hierarchical-list","last_synced_at":"2026-05-05T19:31:48.045Z","repository":{"id":109203922,"uuid":"128935214","full_name":"georggrab/hierarchical-list","owner":"georggrab","description":"Hierarchical List Implementation with React \u0026 Redux","archived":false,"fork":false,"pushed_at":"2018-04-10T13:59:12.000Z","size":3150,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T21:39:15.793Z","etag":null,"topics":["flow","immutablejs","react","redux","redux-saga","sass"],"latest_commit_sha":null,"homepage":"https://talkdirty.github.io/hierarchical-list/","language":"JavaScript","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/georggrab.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}},"created_at":"2018-04-10T13:15:09.000Z","updated_at":"2022-04-08T22:38:22.000Z","dependencies_parsed_at":"2023-04-01T06:17:32.456Z","dependency_job_id":null,"html_url":"https://github.com/georggrab/hierarchical-list","commit_stats":null,"previous_names":["georggrab/hierarchical-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/georggrab/hierarchical-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georggrab%2Fhierarchical-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georggrab%2Fhierarchical-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georggrab%2Fhierarchical-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georggrab%2Fhierarchical-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georggrab","download_url":"https://codeload.github.com/georggrab/hierarchical-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georggrab%2Fhierarchical-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flow","immutablejs","react","redux","redux-saga","sass"],"created_at":"2025-05-19T11:18:58.775Z","updated_at":"2026-05-05T19:31:48.040Z","avatar_url":"https://github.com/georggrab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hierarchical List\n\nImplementation of a hierarchical list structure in React \u0026 Redux.\n\n[Check it out!](https://talkdirty.github.io/hierarchical-list/)\n\n![Functionality Overview](assets/hierarchical-list.gif)\n\n## Features\n\n* Transform recursive input Json into flat immutable data structure\n* Expand and collapse subhierarchies\n* Reset data\n\n## Technologies used\n\n#### scaffolding\n\nThe project was bootstrapped with [create-react-app](https://github.com/facebook/create-react-app).\n\n#### unit tests\n\nUnit tests are executed with [jest](https://facebook.github.io/jest/). For testing the react components, [enzyme](https://github.com/airbnb/enzyme) is used. For testing with redux, [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) is used.\n\n#### static type checking\n\nStatic type checking is provided by [flow](https://flow.org/).\n\n#### state management\n\nState management is provided by [redux](https://redux.js.org/). For organizing the state, the redux [ducks](https://github.com/erikras/ducks-modular-redux) proposal was followed. Immutable data structures courtesy of [immutable.js](https://facebook.github.io/immutable-js/) are used in the store.\n\n#### side effect model\n\nFor side effect management [redux-saga](https://github.com/redux-saga/redux-saga) is used. Strictly speaking, this is not required for the project (as the input json is not required to change, we could just import the json through webpack), but I figured loading the json asynchronously makes the project a bit more exciting.\n\n#### css preprocessor\n\n[Sass](https://sass-lang.com/) is used as a CSS preprocessor.\n\n#### isolated component development\n\n[Storybook](https://github.com/storybooks/storybook) is used for isolated component development, though this would not have been strictly necessary, as there are very few components in the App.\n\n## Usage\n\nNothing out of the ordinary here:\n\n#### Running\n\n```bash\nyarn install\nyarn start\n```\n\n#### Executing Unit tests\n\n```bash\nyarn test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorggrab%2Fhierarchical-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorggrab%2Fhierarchical-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorggrab%2Fhierarchical-list/lists"}