Skip to content

Commit 9f7096b

Browse files
committed
WiP Separate the Laminar tutorial from the ScalablyTyped tutorial.
1 parent b4bb13b commit 9f7096b

File tree

3 files changed

+325
-253
lines changed

3 files changed

+325
-253
lines changed

doc/tutorial/getting-started/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: doc
3-
title: Getting Started with Scala.js, Vite, Laminar and ScalablyTyped
3+
title: Getting Started Tutorial Series
44
---
55

66
This series of tutorials teaches you how to use Scala.js together with modern development tools.
77

88
1. [Scala.js and Vite](./scalajs-vite.html):
99
* Set up a hello world project ready for live reloading in the browser.
1010
* Generate minimized production assets.
11-
2. [Laminar and ScalablyTyped](./laminar-scalablytyped.html):
11+
2. [Laminar](./laminar.html):
1212
* 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):
1314
* Integrate JavaScript libraries using ScalablyTyped.
1415

1516
If you have time, reading and applying them in order will give you more in-depth knowledge about the development environment.

0 commit comments

Comments
 (0)