single-spa
Advanced tools
Comparing version 3.9.0 to 3.9.1
@@ -7,3 +7,3 @@ # single-spa documentation | ||
- [Separating applications out](/docs/separating-applications.md) | ||
- [Ecosystem](/docs/single-spa-ecosystem) | ||
- [Ecosystem](/docs/single-spa-ecosystem.md) | ||
- [Migrating existing apps](/docs/migrating-existing-spas.md) |
@@ -11,3 +11,4 @@ # Single-spa ecosystem | ||
- [single-spa-react](https://github.com/CanopyTax/single-spa-react) | ||
- [single-spa-angular2](https://github.com/CanopyTax/single-spa-angular2) | ||
- [single-spa-angular-cli](https://github.com/PlaceMe-SAS/single-spa-angular-cli) (useful for angular-cli applications) | ||
- [single-spa-angular2](https://github.com/CanopyTax/single-spa-angular2) (works for angular 2, 3, 4, 5+, useful if you don't use angular-cli) | ||
- [single-spa-vue](https://github.com/CanopyTax/single-spa-vue) | ||
@@ -14,0 +15,0 @@ - [single-spa-ember](https://github.com/CanopyTax/single-spa-ember) |
# Examples | ||
The [single-spa-examples](https://github.com/CanopyTax/single-spa-examples) repository is where you can find a large example showcasing what single-spa can do. You can also visit the [live demo](http://single-spa.surge.sh) for single-spa-examples. | ||
If you're looking for a small, simple example that can be used as a webpack starter, try out [simple-single-spa-webpack-example](https://github.com/joeldenning/simple-single-spa-webpack-example). And if you're looking for a (very tiny) es5 example with angularjs, try out [single-spa-es5-angularjs](https://github.com/joeldenning/single-spa-es5-angularjs) | ||
There are a variety of single-spa example repositories, each for different use cases: | ||
- [single-spa-examples](https://github.com/CanopyTax/single-spa-examples) is where you can find a large example showcasing what single-spa can do. You can also visit the [live demo](http://single-spa.surge.sh) for single-spa-examples. | ||
- [simple-single-spa-webpack-example](https://github.com/joeldenning/simple-single-spa-webpack-example) is a small, simple example that can be used as a webpack starter. | ||
- [single-spa-angular-cli-examples](https://github.com/PlaceMe-SAS/single-spa-angular-cli-examples) is an example of multiple angular apps coexisting in the same single page application. Each uses angular-cli to build a bundle lazily loaded by single-spa. | ||
- [single-spa-es5-angularjs](https://github.com/joeldenning/single-spa-es5-angularjs) is a very tiny es5 example with angularjs. | ||
- [single-spa-portal-example](https://github.com/me-12/single-spa-portal-example) shows one approach of doing inter-app communication. |
{ | ||
"name": "single-spa", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"description": "Multiple applications, one page", | ||
@@ -5,0 +5,0 @@ "main": "lib/single-spa.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
564290
0