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: _snippets/fable.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
order: 12
3
-
title: FableJS.fs
3
+
title: WebApps.fs
4
4
excerpt_separator: <!--more-->
5
5
code: |
6
6
open Browser.Dom
@@ -32,11 +32,11 @@ code: |
32
32
---
33
33
## F# for JavaScript Development
34
34
35
-
F# isn't just for .NET development - with [Fable](https://fable.io/), it becomes a powerful language for JavaScript environments.
35
+
F# isn't just for .NET development - with [F# web technologies]({{ '/use/web-apps/' | relative_url }}), you can target JavaScript environments directly.
36
36
<!--more-->
37
37
-**Type-safe DOM manipulation** catches errors at compile time, not runtime
38
38
-**Seamless React integration** with hooks and modern patterns
39
39
-**Full npm ecosystem access** with clean TypeScript-like interop
40
40
-**Simplified async programming** with F#'s computation expressions for promises
41
41
42
-
Fable brings F#'s powerful type system and immutability to frontend development, eliminating common JavaScript bugs while maintaining full access to the JavaScript ecosystem.
42
+
F# brings its powerful type system and immutability to frontend development, eliminating common JavaScript bugs while maintaining full access to the JavaScript ecosystem.
0 commit comments