{"id":46314805,"url":"https://github.com/quanta-js/quanta","last_synced_at":"2026-03-04T14:01:04.134Z","repository":{"id":279053240,"uuid":"933219555","full_name":"quanta-js/quanta","owner":"quanta-js","description":"A compact, scalable, and developer-friendly state management library designed for any JavaScript environment.","archived":false,"fork":false,"pushed_at":"2026-02-22T09:34:18.000Z","size":987,"stargazers_count":8,"open_issues_count":4,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-22T14:57:14.015Z","etag":null,"topics":["javascript-library","quanta","quantajs","reactive","state-management"],"latest_commit_sha":null,"homepage":"https://quantajs.com","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/quanta-js.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-15T12:51:38.000Z","updated_at":"2026-02-22T09:31:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cdae89b-3db0-4ebe-b25c-9e8efe3cfc0f","html_url":"https://github.com/quanta-js/quanta","commit_stats":null,"previous_names":["quanta-js/quanta"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/quanta-js/quanta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-js%2Fquanta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-js%2Fquanta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-js%2Fquanta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-js%2Fquanta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quanta-js","download_url":"https://codeload.github.com/quanta-js/quanta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-js%2Fquanta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T12:28:08.313Z","status":"ssl_error","status_checked_at":"2026-03-04T12:27:28.210Z","response_time":59,"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":["javascript-library","quanta","quantajs","reactive","state-management"],"created_at":"2026-03-04T14:01:03.424Z","updated_at":"2026-03-04T14:01:04.123Z","avatar_url":"https://github.com/quanta-js.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuantaJS\n![Logo](./assets/quantajs_banner.png)\n\n[![CI](https://github.com/quanta-js/quanta/actions/workflows/ci.yml/badge.svg)](https://github.com/quanta-js/quanta/actions/workflows/ci.yml)\n\nA compact, scalable, and developer-friendly **state management library** designed for any JavaScript environment. It includes a **reactivity system** that enables efficient and flexible data handling, making complex state management easy.\n\n\n## 🚀 Features\n\n✅ **Framework-Agnostic** – Works in any JavaScript environment  \n✅ **Reactive State** – Simple yet powerful reactivity system  \n✅ **Scalable** – Suitable for small to large applications  \n✅ **Side Effects Handling** – Manage async actions with ease  \n✅ **Intuitive API** – Easy to learn and use  \n\n\n## 📦 Installation\n\n```sh\nnpm install @quantajs/core\n# or\nyarn add @quantajs/core\n# or\npnpm add @quantajs/core\n```\n\n## ⚡ Quick Start\n\n```javascript\nimport { createStore } from \"@quantajs/core\";\n\nconst counter = createStore(\"counter\", {\n  state: () =\u003e ({ count: 0 }),\n  actions: {\n    increment() {\n      this.count++;\n    },\n    decrement() {\n      this.count--;\n    },\n  },\n});\n\nconsole.log(counter.count); // 0\ncounter.increment();\nconsole.log(counter.count); // 1\n\n```\n\n\n## 📜 License\nThis project is licensed under the MIT [License](/LICENSE) - see the LICENSE file for details.\n\n## Get Started\nReady to dive in? Check out the [Installation](https://www.quantajs.com/docs/getting-started/installation) guide or explore the [Quick Start](https://www.quantajs.com/docs/getting-started/quick-start-guide) to see QuantaJS in action!\n\n## 💬 Contributing\nWe welcome contributions! Feel free to open issues, submit PRs, or suggest improvements.\n\n## ⭐ Support\nIf you find this library useful, consider giving it a ⭐ star on [GitHub](https://github.com/quanta-js/quanta)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquanta-js%2Fquanta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquanta-js%2Fquanta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquanta-js%2Fquanta/lists"}