{"id":13727177,"url":"https://github.com/whatsup/whatsup","last_synced_at":"2025-05-12T00:37:28.476Z","repository":{"id":41809231,"uuid":"285509211","full_name":"whatsup/whatsup","owner":"whatsup","description":"A frontend framework for chillout-mode development 🥤 JSX components on generators*, fast mobx-like state management and exclusive cssx style system","archived":false,"fork":false,"pushed_at":"2024-03-31T14:40:09.000Z","size":2390,"stargazers_count":150,"open_issues_count":0,"forks_count":8,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-30T18:38:19.610Z","etag":null,"topics":["framework","generators","javascript","jsx","reactive","state-management","typescipt"],"latest_commit_sha":null,"homepage":"https://whatsup.js.org","language":"TypeScript","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/whatsup.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-06T07:54:33.000Z","updated_at":"2025-04-04T15:39:18.000Z","dependencies_parsed_at":"2024-01-08T09:04:47.798Z","dependency_job_id":"30754e1a-66ee-467f-9b30-1dc72bd265c1","html_url":"https://github.com/whatsup/whatsup","commit_stats":{"total_commits":889,"total_committers":2,"mean_commits":444.5,"dds":0.003374578177727794,"last_synced_commit":"ab5837d0c2a79f1f797563f6b4928e92525ff836"},"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsup%2Fwhatsup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsup%2Fwhatsup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsup%2Fwhatsup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsup%2Fwhatsup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whatsup","download_url":"https://codeload.github.com/whatsup/whatsup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252965232,"owners_count":21832846,"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":["framework","generators","javascript","jsx","reactive","state-management","typescipt"],"created_at":"2024-08-03T01:03:42.977Z","updated_at":"2025-05-07T22:30:54.113Z","avatar_url":"https://github.com/whatsup.png","language":"TypeScript","funding_links":[],"categories":["MVC Frameworks and Libraries","TypeScript"],"sub_categories":["Runner"],"readme":"![](https://raw.githubusercontent.com/whatsup/whatsup.github.io/master/assets/images/readme.png)\n\n## What is it?\n\nWhatsup is a modern frontend framework with own reactivity system and JSX components based on pure functions and generators.\n\n### Features\n\n-   🎉 easy to use: simple api, just write code\n-   🚀 own reactivity system with high performance\n-   🌈 cool styling system based on css modules\n-   🚦 built-in router with intuitive api\n-   ⛓ glitch free, autotracking and updating of dependencies\n-   🥗 written in typescript, type support out of the box\n-   🗜 small size: ~7kB gzipped (state + jsx + cssx)\n\n### Example\n\n```tsx\nimport { observable } from 'whatsup'\nimport { render } from 'whatsup/jsx'\n\nfunction* App() {\n    const counter = observable(0)\n    const increment = () =\u003e counter(counter() + 1)\n\n    while (true) {\n        yield (\n            \u003cdiv\u003e\n                \u003cp\u003eYou click {counter()} times\u003c/p\u003e\n                \u003cbutton onClick={increment}\u003eClick me\u003c/button\u003e\n            \u003c/div\u003e\n        )\n    }\n}\n\nrender(\u003cApp /\u003e)\n```\n\n### Documentation\n\nYou can find the Whatsup documentation on the [website](https://whatsup.js.org).\n\nCheck out the [Intro page](https://whatsup.js.org/docs/intro/) for a quick overview.\n\nThe documentation is divided into several sections:\n\n-   [Introduction](https://whatsup.js.org/docs/intro/)\n-   [Getting Started](https://whatsup.js.org/docs/getting-started)\n-   [Components](https://whatsup.js.org/docs/components/)\n-   [State management](https://whatsup.js.org/docs/state-management/)\n-   [Styling](https://whatsup.js.org/docs/styling/)\n\n### Examples\n\n-   [Todos MVC](http://examples.whatsup.js.org/todos)\n-   [Async loaders](http://examples.whatsup.js.org/loadable)\n-   [Sierpinski triangle](http://examples.whatsup.js.org/sierpinski)\n\n### License\n\n[MIT](https://opensource.org/licenses/MIT) (c) 2020-present, [@iminside](https://github.com/iminside)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatsup%2Fwhatsup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatsup%2Fwhatsup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatsup%2Fwhatsup/lists"}