Fable
Fable is a popular transpiler for F# to Javascript that brings F# to the Javascript world with tight interop capabilities.
Here are 276 public repositories matching this topic...
-
Updated
Aug 19, 2021
-
Updated
Jun 1, 2022 - F#
-
Updated
Jun 2, 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#
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
May 31, 2022 - F#
-
Updated
Jun 17, 2022 - F#
Is your feature request related to a problem? Please describe.
Currently we're not using the source map for fable code (and I think neither for other transpiles)
Describe the solution you'd like
add an option for the fable config to enable source maps for fable apps (and if possible esbuild targets as well)
Install Scripts
-
Updated
Jun 1, 2022 - 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: