diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 8ac5b711d8..d09187cbdb 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -423,7 +423,7 @@ code-example(format=""). this library most of the time. It's pretty "core" if we're always writing for a browser. But it is possible to load a component in a different enviroment. - We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/) + We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/) or [NativeScript](https://www.nativescript.org/). We might wish to render the first page of our application on the server to improve launch performance or facilitate [SEO](http://static.googleusercontent.com/media/www.google.com/en//webmasters/docs/search-engine-optimization-starter-guide.pdf). diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 9de7e30c91..332d4115f0 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -536,8 +536,10 @@ code-example(format=""). this library most of the time. It's pretty "core" if we're always writing for a browser. But it is possible to load a component in a different enviroment. - We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/). - We might wish to render the first page of our application on the server + + We might load it on a mobile device with [Apache Cordova](https://cordova.apache.org/) or [NativeScript](https://www.nativescript.org/). + + We might wish to render the first page of our application on the server to improve launch performance or facilitate [SEO](http://static.googleusercontent.com/media/www.google.com/en//webmasters/docs/search-engine-optimization-starter-guide.pdf).