Skip to content

Commit 81f3260

Browse files
committed
adjust frontend section to focus on frontend
1 parent b7f5fdf commit 81f3260

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_scala_use_case_items/4-frontend.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
shortTitle: "Frontend Web"
3-
shortDescription: "Harness the Scala and JavaScript ecosystems together.
4-
Develop robust apps that run anywhere: from browsers to Node.js to serverless platforms."
5-
expandText: "Why Scala.js"
3+
shortDescription: "Reactive UI's backed by types. Use the same Scala libraries across the stack. Integrate with the JavaScript library and tooling ecosystem."
4+
expandText: "build for frontend"
65
anchorTarget: "explore-scalajs"
76
icon: "icon8.svg"
87
---
@@ -38,7 +37,7 @@ response.onComplete { resp => println(s"updated $dog") }</code></pre>
3837
<div class="scala-code">
3938
<div class="scala-text scala-text-large">
4039
<h3>Interoperability with JavaScript</h3>
41-
<p class="emph">Call into JS libraries, or export your Scala.js code to other JS modules.</p>
40+
<p class="emph">Call into JS libraries from the npm ecosystem, or export your Scala.js code to other JS modules. Integrate with Vite for instant live-reloading.</p>
4241
<p>Leverage the JavaScript ecosystem of libraries. Use <a href="https://scalablytyped.org/" target="_blank" rel="none">ScalablyTyped</a> to generate types for JavaScript libraries from TypeScript definitions.</p>
4342
<a class="button button_call-to-action" href="http://www.scala-js.org/libraries/facades.html" target="_blank" rel="none">Scala.js facades for popular JavaScript libraries</a>
4443
</div>

0 commit comments

Comments
 (0)