#
Fable
Fable is a popular transpiler for F# to Javascript that brings F# to the Javascript world with tight interop capabilities.
Here are 233 public repositories matching this topic...
A curated list of useful Fable tutorials, libraries and software. Inspired by awesome list. Feel free to contribute.
-
Updated
Jul 9, 2021
IRC-style chat demo featuring full-stack F#, Akka.Streams, Akkling, Fable, Elmish, Websockets and .NET Core
-
Updated
Jun 16, 2021 - F#
Demo of SAFE-Stack applied to React Native for cross platform native mobile apps
-
Updated
Aug 4, 2021 - F#
A CSS class type provider for F# web development. Bring external stylesheet classes into your F# code as design-time discoverable compiler-verified properties.
-
Updated
Jul 30, 2021 - F#
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
electron
sample
template
boilerplate
fable
material-ui
electron-app
electron-builder
elmish
fable2
electron-webpack
fable-elmish
-
Updated
May 28, 2021 - F#
xperiandri
commented
Apr 5, 2021
Putting types into a module is not a good idea. As it causes some issues with their consumption from WPF/UWP/Uno
Composable data visualization library for JavaScript
-
Updated
Jun 11, 2021 - F#
cmeeren
commented
Nov 6, 2019
It seems that currently, femto must be used for each project separately. It would be great if it could be used for all projects in a solution, and/or recursively for all projects in a subfolder.
Fable bindings for Material-UI https://mvsmal.github.io/fable-material-ui/
-
Updated
Aug 3, 2021 - F#
Framework for building applications based on the elm architecture.
-
Updated
Jul 6, 2018 - F#
Non-Static Website Application Generator inspired by Hugo
-
Updated
Jun 17, 2021 - F#
Created by Alfonso Garcia-Caro
Released March 2017
- Organization
- fable-compiler
- Website
- fable.io
Finally getting around to playing with Feliz itself more. Noticed a few things that should/could be changed:
Some properties are too strict. For example if I'm using Material-UI and want to set
box-shadowI'm not able to set it throughboxShadowas the overloads only accept int and int tuples. MaterialUItheme.shadowsis an array of strings and the general usage is like this: