Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/single-spa/single-spa
The router for easy microfrontends
https://github.com/single-spa/single-spa
front-end javascript microfrontends microservices router single-page-applications single-spa
Last synced: 4 days ago
JSON representation
The router for easy microfrontends
- Host: GitHub
- URL: https://github.com/single-spa/single-spa
- Owner: single-spa
- License: other
- Created: 2015-09-22T06:34:46.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T03:49:50.000Z (2 months ago)
- Last Synced: 2024-10-29T12:57:41.363Z (about 1 month ago)
- Topics: front-end, javascript, microfrontends, microservices, router, single-page-applications, single-spa
- Language: JavaScript
- Homepage: https://single-spa.js.org/
- Size: 7.25 MB
- Stars: 13,303
- Watchers: 167
- Forks: 915
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-micro-frontends - single-spa
- awesome - single-spa/single-spa - The router for easy microfrontends (JavaScript)
- awesome-frontend - single-spa - The router for easy microfrontends. ![](https://img.shields.io/github/stars/single-spa/single-spa.svg?style=social&label=Star) (Repository / Micro Frontend)
- awesome-github-star - single-spa - spa | 12630 | (JavaScript)
- awesome-list - single-spa - spa | 9646 | (JavaScript)
- awesome - single-spa
README
[![npm version](https://img.shields.io/npm/v/single-spa.svg?style=flat-square)](https://www.npmjs.org/package/single-spa)
[![](https://data.jsdelivr.com/v1/package/npm/single-spa/badge)](https://www.jsdelivr.com/package/npm/single-spa)
[![NPM Downloads](https://badgen.net/npm/dm/single-spa)](https://npmjs.org/package/single-spa)# single-spa
[Join the chat on Slack](https://join.slack.com/t/single-spa/shared_invite/zt-2uvhef42o-g4H3mvKDaenE9xVAewBKww)
[Donate to this project](https://opencollective.com/single-spa)
[Official educational courses](https://single-spa-workshop.com)
[Official single-spa hosting](https://baseplate.cloud)
## A javascript framework for front-end microservices
Build micro frontends that coexist and can ([but don't need to](https://single-spa.js.org/docs/faq.html#can-i-use-more-than-one-framework)) be written with their own framework. This allows you to:
- [Use multiple frameworks](/docs/single-spa-ecosystem.md#help-for-frameworks) on the same page [without refreshing the page](/docs/applications.md)
([React](https://github.com/single-spa/single-spa-react), [AngularJS](https://github.com/single-spa/single-spa-angularjs), [Angular](https://github.com/single-spa/single-spa-angular), [Ember](https://github.com/single-spa/single-spa-ember), or whatever you're using)
- Write new code, possibly with a new framework, without rewriting your existing app
- Lazy load code for improved initial load time.## Sponsors
To add your company's logo to this section:
- Become a [recurring Open Collective sponsor](https://opencollective.com/single-spa) of at least \$100 a month.
- Become a [recurring Github sponsor](https://github.com/sponsors/joeldenning) of at least \$100 a month.
- Sponsor a core team member to implement a specific feature for single-spa. Pay our regular consulting rate. Inquire in our Slack workspace.## Documentation
You can find the single-spa documentation [on the website](https://single-spa.js.org/).
Check out the [Getting Started](https://single-spa.js.org/docs/getting-started-overview.html) page for a quick overview.
## Demo and examples
Please see the [examples page](https://single-spa.js.org/docs/examples.html) on the website.
## Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
guidelines for [contributing](https://single-spa.js.org/docs/contributing-overview.html) on the [single-spa website](https://single-spa.js.org).## Contributing
The main purpose of this repository is to continue to evolve single-spa, making it better and easier to use. Development of single-spa, and the [single-spa ecosystem](https://single-spa.js.org/docs/ecosystem.html) happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving single-spa.
### [Code of Conduct](https://single-spa.js.org/docs/code-of-conduct.html)
Single-spa has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://single-spa.js.org/docs/code-of-conduct.html) so that you can understand what actions will and will not be tolerated.
### [Contributing Guide](https://single-spa.js.org/docs/contributing-overview.html)
Read our [contributing guide](https://single-spa.js.org/docs/contributing-overview.html) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to single-spa.