You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorial/getting-started/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
---
2
2
layout: doc
3
-
title: Getting Started with Scala.js, Vite, Laminar and ScalablyTyped
3
+
title: Getting Started Tutorial Series
4
4
---
5
5
6
6
This series of tutorials teaches you how to use Scala.js together with modern development tools.
7
7
8
8
1.[Scala.js and Vite](./scalajs-vite.html):
9
9
* Set up a hello world project ready for live reloading in the browser.
10
10
* Generate minimized production assets.
11
-
2.[Laminar and ScalablyTyped](./laminar-scalablytyped.html):
11
+
2.[Laminar](./laminar.html):
12
12
* Build UIs with Laminar using Function Reactive Programming (FRP), a hybrid model between imperative and functional programming particularly well suited for UI development in Scala.
13
+
2.[ScalablyTyped](./scalablytyped.html):
13
14
* Integrate JavaScript libraries using ScalablyTyped.
14
15
15
16
If you have time, reading and applying them in order will give you more in-depth knowledge about the development environment.
0 commit comments