{"id":21669376,"url":"https://github.com/attack-monkey/hyperapp-seed-ts","last_synced_at":"2026-05-17T04:40:49.134Z","repository":{"id":91874039,"uuid":"156761863","full_name":"attack-monkey/hyperapp-seed-ts","owner":"attack-monkey","description":"Hyperapp seed for typescript","archived":false,"fork":false,"pushed_at":"2018-11-14T19:15:34.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T20:38:28.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/attack-monkey.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-08T20:01:48.000Z","updated_at":"2018-11-14T19:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f74895e-c8f1-4807-b252-a6a35908a0cc","html_url":"https://github.com/attack-monkey/hyperapp-seed-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/attack-monkey/hyperapp-seed-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Fhyperapp-seed-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Fhyperapp-seed-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Fhyperapp-seed-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Fhyperapp-seed-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attack-monkey","download_url":"https://codeload.github.com/attack-monkey/hyperapp-seed-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Fhyperapp-seed-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016932,"owners_count":26085910,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-11-25T12:21:31.245Z","updated_at":"2025-10-13T20:38:29.028Z","avatar_url":"https://github.com/attack-monkey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyperapp - Seed App (typescript / parcel / tsx )\n\nHyperapp seed with:\n\n- typescript / tsx\n- parceljs\n- bootstrap\n- hyperappRouter\n- auto code splitting + lazy loaded components\n- immutable update (iu-ts)\n\n## Install\n\nInstall parcel.js globally (This is the bundler)\n\n```\n\nnpm i -g parcel-bundler\n\n```\n\nInstall douglas globally\n\n\u003e douglas is an importer that imports npm packages as a full projects rather than a node_modules\n\n```\n\nnpm i -g douglas \n\n\n```\n\nInstall hyperapp-seed-ts\n\n```\n\ndouglas get doug-hyperapp-seed-ts\n\n```\n\n## Start\n\n```\n\nnpm start\n\n```\n\n## Immutable Update\n\nThis app uses iu-ts (immutable update - typescript) to immutably update deep nested objects.  \n\n**Declarative actions are still recommended**, however using iu-ts removes the need to nest actions (allowing for easier refactor).\n\neg.\n\n```tsx\n\n// The following immutably increments state.counter.count using iu\n\n\u003cbutton onclick={() =\u003e actions.counterUp(1))}\u003e-\u003c/button\u003e\n\n\n```\n\n```ts\n\nexport const actions: Actions = {\n    counterUp: value =\u003e state =\u003e iu(state, 'counter/count', state.counter.count + value),\n    counterDown: value =\u003e state =\u003e iu(state, 'counter/count', state.counter.count - value)\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattack-monkey%2Fhyperapp-seed-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattack-monkey%2Fhyperapp-seed-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattack-monkey%2Fhyperapp-seed-ts/lists"}