Skip to content

Commit e1d7ca3

Browse files
committed
Separate the Laminar tutorial from the ScalablyTyped tutorial.
1 parent 4137f02 commit e1d7ca3

File tree

4 files changed

+402
-270
lines changed

4 files changed

+402
-270
lines changed

doc/tutorial/getting-started/index.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
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):
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.
11+
2. [Laminar](./laminar.html):
12+
* Build UIs with Laminar using Functional Reactive Programming (FRP), a hybrid model between imperative and functional programming particularly well suited for UI development in Scala.
13+
3. [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.
1617

1718
If you are in a hurry, you can skip the ones you are not interested in.
1819
Each tutorial starts with a link to a repo that you can clone to get off the ground.
1920

20-
In any case, make sure that you have the Prerequisites listed below covered.
21+
In any case, make sure that you have the prerequisites listed below covered.
2122

2223
## Prerequisites
2324

0 commit comments

Comments
 (0)