Feliz icon indicating copy to clipboard operation
Feliz copied to clipboard

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness

Results 70 Feliz issues
Sort by recently updated
recently updated
newest added

Hi, First of all, I love Feliz! I very much like the paradigm it offers, especially the `IReactProperty list` approach. It's very readable and closest to the original JS/JSX approach....

I can't find the CSS overflow-anchor property anywhere. https://www.w3schools.com/cssref/css_pr_overflow-anchor.php

Hello ! I am a newcomer getting my feet wet on the Fable/Feliz ecosystem and also discovering react (while I have substantial experience writing SPA using other frameworks), so I...

maybe could also have unit tests ran from vitest , since we use vite? https://vitest.dev/guide/

Dear Zaid, For some time now, I have been thinking about how to render math with Feliz.Markdown. I got my inspiration from https://levelup.gitconnected.com/adding-katex-and-markdown-in-react-7b70694004ef . Could you comment on the way...

https://rescript-lang.org/. maybe interesting also for fable in general in the react ecosystem scenario?

https://fable.io/blog/2022/2022-10-12-react-jsx.html i saw this post and was able to have it working, i think is a cool feat especially for js devs, not familiare with typed HTML, i think is...

Why `IReactProperty` is defined as ```fsharp type IReactProperty = interface end ``` instead of ```fsharp type IReactProperty = (string * obj) ``` I'm trying to extend `Giraffe.ViewEngine` to parse `React`-ish...

Many changes have been happening across the @fable-compiler and JS ecosystem: - Introduction of Fable v4 (new AST to be used by CompilerPlugins) - The splitting of the Fable.React library...

announcement