Open mastracu opened 3 years ago
Idea is to use Fsharp for SPA development to benefit from strong/static typing and functional programming. JS libraries: monaco-editor, material-ui-table instead of tabulator
Fable bindings for Tabulator is not available and output of ts2fable returns errors. Replace Tabulator with MateriaITable.
https://shmew.github.io/Feliz.MaterialUI.MaterialTable/
https://www.nuget.org/packages/Feliz.MaterialUI.MaterialTable/
For monaco-editor, idea is to follow steps in https://medium.com/@whitetigle/fable-for-busy-moms-and-dads-use-a-js-lib-in-one-minute-8e15e1c4096c
typscript definitions converted in fsharp can be found in
https://github.com/fable-compiler/ts2fable-exports/blob/master/Monaco.fs
I am spending days & days to use monaco-editor js library into fable. Do I need a webpack plugin ?
https://medium.com/@whitetigle/fable-for-busy-moms-and-dads-use-a-js-lib-in-one-minute-8e15e1c4096c
https://fable.io/docs/communicate/js-from-fable.html