Skip to content

Commit f38b520

Browse files
committed
Add webinar and some other missing libraries from fable-compiler org. fable-compiler#1
1 parent 623ae9e commit f38b520

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

public/community.json

+37-1
Original file line numberDiff line numberDiff line change
@@ -346,5 +346,41 @@
346346
"description": "A CSS class type provider for F# web development. Bring external stylesheet classes into your F# code as design-time discoverable compiler-verified properties.",
347347
"link": "https://github.com/zanaptak/TypedCssClasses",
348348
"category": "library"
349-
}
349+
},
350+
{
351+
"title": "From F# to JavaScript with Fable",
352+
"description" : "The recording of our August 20 webinar, From F# to JavaScript with Fable, with Florian Verdonck.",
353+
"link": "https://blog.jetbrains.com/dotnet/2019/08/21/f-javascript-fable-webinar-recording/",
354+
"category": "video"
355+
},
356+
{
357+
"title": "Fable.Browser",
358+
"description": "Fable bindings for Browser Web APIs (Blob, Dom, Event, Performance, Url, WebSocket, WebStorage, XMLHttpRequest, Svg, Css, Worker, Geolocation, Navigator).",
359+
"link": "https://github.com/fable-compiler/fable-browser",
360+
"category": "library"
361+
},
362+
{
363+
"title": "Fable 2 samples",
364+
"description": "This is the repository hosting samples for quite all your Fable needs. The best move to start a new Fable project is to clone this repo and then copy/paste one of the projects.",
365+
"link": "https://github.com/fable-compiler/fable2-samples",
366+
"category": "sample"
367+
},
368+
{
369+
"title": "Fable.React",
370+
"description": "Fable bindings and helpers for React projects.",
371+
"link": "https://github.com/fable-compiler/fable-react",
372+
"category": "library"
373+
},
374+
{
375+
"title": "Fable.RegexProvider",
376+
"description": "Simple F# Regex Type Provider compatible with Fable.",
377+
"link": "https://github.com/fable-compiler/Fable.RegexProvider",
378+
"category": "library"
379+
},
380+
{
381+
"title": "ts2fable",
382+
"description":"Fable parser for TypeScript declaration files.",
383+
"link": "https://fable.io/ts2fable/",
384+
"category": "tool"
385+
}
350386
]

0 commit comments

Comments
 (0)