{"id":18331610,"url":"https://github.com/yagolopez/metaphasejs","last_synced_at":"2026-05-03T18:33:27.895Z","repository":{"id":57295744,"uuid":"136077145","full_name":"YagoLopez/metaphasejs","owner":"YagoLopez","description":":fire: Super easy, efficient and agnostic state management for Javascript","archived":false,"fork":false,"pushed_at":"2020-08-20T22:53:47.000Z","size":2752,"stargazers_count":0,"open_issues_count":31,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T18:14:50.683Z","etag":null,"topics":["agnostic","client","javascript","management","manager","react","reactjs","redux","state","state-management","state-manager","typescript"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/YagoLopez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-04T20:10:09.000Z","updated_at":"2020-07-16T11:43:37.000Z","dependencies_parsed_at":"2022-08-30T22:31:14.459Z","dependency_job_id":null,"html_url":"https://github.com/YagoLopez/metaphasejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YagoLopez%2Fmetaphasejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YagoLopez%2Fmetaphasejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YagoLopez%2Fmetaphasejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YagoLopez%2Fmetaphasejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YagoLopez","download_url":"https://codeload.github.com/YagoLopez/metaphasejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085325,"owners_count":21045139,"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":["agnostic","client","javascript","management","manager","react","reactjs","redux","state","state-management","state-manager","typescript"],"created_at":"2024-11-05T19:33:47.469Z","updated_at":"2026-05-03T18:33:27.841Z","avatar_url":"https://github.com/YagoLopez.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/YagoLopez/metaphasejs.svg?branch=master)](https://travis-ci.org/YagoLopez/metaphasejs) [![Greenkeeper badge](https://badges.greenkeeper.io/YagoLopez/metaphasejs.svg)](https://greenkeeper.io/)\n [![Maintainability](https://api.codeclimate.com/v1/badges/c264e58f56102a22476c/maintainability)](https://codeclimate.com/github/YagoLopez/metaphasejs/maintainability) \u003c!--[![Known Vulnerabilities](https://snyk.io/test/github/YagoLopez/metaphasejs/badge.svg?targetFile=package.json)](https://snyk.io/test/github/YagoLopez/metaphasejs?targetFile=package.json)--\u003e [![Coverage Status](https://coveralls.io/repos/github/YagoLopez/metaphasejs/badge.svg?branch=master)](https://coveralls.io/github/YagoLopez/metaphasejs?branch=master) \n\u003c!--![license](https://img.shields.io/github/license/mashape/apistatus.svg) [![Packages Analysis](https://img.shields.io/badge/packages-analysis-blue.svg)](analysis.html)--\u003e\n\n![NPM package](https://nodei.co/npm/metaphasejs.png)\n\n\n[![Repository stats](https://github-readme-stats.vercel.app/api?username=YagoLopez\u0026hide=[\"contribs\"])](https://github.com/anuraghazra/github-readme-stats)\n\n\n# MetaphaseJS\n\nSuper easy, efficient and agnostic state management for Javascript\n\n# Demo\n\n- [Link and code examples](https://github.com/YagoLopez/metaphasejs-react-demo)\n\n# Usage\n\n```javascript\n// Install\nyarn add metaphasejs // Yarn\nnpm install metaphasejs // NPM\n\n// Build\nyarn / npm build\n\n// Test\nyarn / npm test\n```\n\n## API Docs\n\n- [Link](https://yagolopez.js.org/metaphasejs/docs/index.html)\n\n## Packages Analysis\n\n- Without gzip compression: [Link](https://yagolopez.js.org/metaphasejs/analysis.html)\n\n## Test Coverage\n\n- [Jest Report](https://yagolopez.js.org/metaphasejs/coverage/lcov-report/index.html)\n- [Coveralls Report](https://coveralls.io/github/YagoLopez/metaphasejs)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Caveats\n\n- **IMPORTANT**: at this moment MetaphaseJS is not totally compatible with create-react-app (CRA) . The use of `constructor.name` breaks the compiled code by the CRA build script. The **uglifying process** has to be made with an *ad hoc* script called `build.js`. This script avoids to *mangle* funcion names using the option `mangle: {keep_fnames: true}`. Open an issue for more information. Pull requests are welcome.\n- At this moment there are not **polyfills** for old browsers, but there will be in the future.\n- If **Typescript** and **decorators** are used, its configuration file `tsconfig.json` must have:\n  - `experimentalDecorators = true`\n  - `emitDecoratorMetadata = true`\n  - If flag `strict = true` is used, model properties (columns in db) must be initialized with values\n\n## License\n\nMIT\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#\"\u003eBack to top\u003c/a\u003e ↑\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagolopez%2Fmetaphasejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyagolopez%2Fmetaphasejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagolopez%2Fmetaphasejs/lists"}