Fable
Fable is a popular transpiler for F# to Javascript that brings F# to the Javascript world with tight interop capabilities.
Here are 271 public repositories matching this topic...
-
Updated
Aug 19, 2021
-
Updated
Feb 26, 2022 - F#
-
Updated
Mar 1, 2022 - F#
Putting types into a module is not a good idea. As it causes some issues with their consumption from WPF/UWP/Uno
-
Updated
Jul 30, 2021 - F#
-
Updated
Mar 25, 2022 - F#
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.
-
Updated
Apr 8, 2022 - F#
Install Scripts
Is your feature request related to a problem? Please describe.
We provide binary releases not just for .NET people these binary releases should have a simple way to get installed on their machines.
Describe the solution you'd like
A single entry point script that does the following
- checks for .NET
- If exists installs .NET Tool globally and exits
- download a binary file
- unz
-
Updated
Feb 26, 2022 - F#
-
Updated
Jul 6, 2018 - 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: