{"id":15292545,"url":"https://github.com/thorgate/tg-spa-utils","last_synced_at":"2025-04-11T12:11:21.701Z","repository":{"id":33634557,"uuid":"153806894","full_name":"thorgate/tg-spa-utils","owner":"thorgate","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-14T07:27:14.000Z","size":5869,"stargazers_count":4,"open_issues_count":31,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T17:55:16.996Z","etag":null,"topics":["plugin","razzle","single-page-app","utils-library"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thorgate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-19T15:48:14.000Z","updated_at":"2024-10-01T00:15:55.000Z","dependencies_parsed_at":"2024-09-19T09:59:44.513Z","dependency_job_id":null,"html_url":"https://github.com/thorgate/tg-spa-utils","commit_stats":{"total_commits":224,"total_committers":10,"mean_commits":22.4,"dds":0.6696428571428572,"last_synced_commit":"0e18044b3450a996d9d85421ee163fc60792e6ab"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorgate%2Ftg-spa-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorgate%2Ftg-spa-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorgate%2Ftg-spa-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorgate%2Ftg-spa-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thorgate","download_url":"https://codeload.github.com/thorgate/tg-spa-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248398290,"owners_count":21097286,"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":["plugin","razzle","single-page-app","utils-library"],"created_at":"2024-09-30T16:18:43.586Z","updated_at":"2025-04-11T12:11:21.678Z","avatar_url":"https://github.com/thorgate.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][gh-actions-image]][gh-actions-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n[![NPM version][npm-image]][npm-url]\n\n\n# Thorgate's collection of utility packages for Single-page applications\n\n[![Known Vulnerabilities](https://snyk.io/test/github/thorgate/tg-spa-utils/badge.svg)](https://snyk.io/test/github/thorgate/tg-spa-utils)\n\nThis is combination of utility packages used at [Thorgate](https://thorgate.eu).\n\n## Packages included:\n\nSome of the packages are used by [Thorgate project template (SPA variant)](https://gitlab.com/thorgate-public/django-project-template/tree/spa).\n\n* [components](packages/components/README.md) - common components used with SPA template\n* [create-resource-saga](packages/create-resource-saga/README.md) -  helper for creating [Redux-Saga](https://github.com/redux-saga/redux-saga)s to fetch and store resources\n* [entities](packages/entities/README.md) - normalized data storage helper\n* [errors](packages/errors/README.md) - error handling helpers used by SPA template\n* [forms](packages/forms/README.md) - helper for creating [Redux-Saga](https://github.com/redux-saga/redux-saga)s for saving forms\n* [is](packages/is/README.md) - internal type checking library for packages in SPA template\n* [loading-bar](packages/loading-bar/README.md) - controlled loading bar component\n* [named-routes](packages/named-routes/README.md) - routes helper library to add named routes via [react-router-config](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config)\n* [pending-data](packages/pending-data/README.md) - pending data manager used by SPA template\n* [pagination](packages/pagination/README.md) - pagination helpers for use with entities\n* [permissions](packages/permissions/README.md) - permissions helpers used by SPA template\n* [saga-manager](packages/saga-manager/README.md) - helper to hot-reload [Redux-Saga](https://github.com/redux-saga/redux-saga)s\n* [view](packages/view/README.md) - [Redux-Saga](https://github.com/redux-saga/redux-saga) runners used by SPA template\n* [view-manager](packages/view-manager/README.md) - view helpers used by SPA template \n\n\n## Running the example app\n\nTo run the example web application, install the dependencies and build the packages first:\n\nInstall dependencies\n```\nyarn install\nyarn bootstrap\n```\n\nBuild the packages\n```\nyarn build\n```\n\nStart the example app (based on Razzle, see [readme](examples/example-app/README.md))\n```\nyarn start-example\n```\n\nThe example app runs on [http://localhost:4000](http://localhost:4000)\n\nPlease check the [contributing guidelines](CONTRIBUTING.md) if you proceed with your own changes before you start.\n\n## License\n\nMIT © [Thorgate](http://github.com/thorgate)\n\n\n[npm-url]: https://npmjs.org/package/tg-spa-utils\n[npm-image]: https://img.shields.io/npm/v/tg-spa-utils.svg?style=flat-square\n\n[coveralls-url]: https://coveralls.io/github/thorgate/tg-spa-utils?branch=master\n[coveralls-image]: https://coveralls.io/repos/github/thorgate/tg-spa-utils/badge.svg?branch=master\n\n[gh-actions-url]: https://github.com/thorgate/tg-spa-utils/actions/workflows/main.yml\n[gh-actions-image]: https://github.com/thorgate/tg-spa-utils/actions/workflows/main.yml/badge.svg?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorgate%2Ftg-spa-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthorgate%2Ftg-spa-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorgate%2Ftg-spa-utils/lists"}