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

@alfonsogarciacaro : > @Zaid-Ajaj If I replace Feliz.UseElmish with [Fable.React.UseElmish](https://github.com/fable-compiler/Fable.React.UseElmish/blob/9be9e829a4b1260057bca85e55971790163f194c/src/Fable.React.UseElmish/Fable.React.UseElmish.fs) Elmish subscriptions work. Haven't checked what's the actual difference (maybe because Fable.React.UseElmish doesn't use the useSyncExternalStore polyfill?) > > Test...

According to documentation https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/blur Filter's blur accepts three units: px, rem, or none (for 0). Feliz's `Style` module expects to put: - `int` for a percentage value from `0` to...

So I am having a strange issue with Feliz 1.68 and Fable 3.7.1. I'm trying to author React components. When I just add the `[]` attribute to an F# function...

Hello Zaid, I encountered an error when passing an Aether optic (two functions in a tuple). The function with the ReactComponent is compiled to javascript correctly. But the argument is...

npm test command fails after adding global.json to target NET6 (LTS) and adjusting fsproj test file to net6 ``` Project and references (62 source files) parsed in 203ms Loaded Feliz.HookAttribute...

If user use Feliz.CompilerPlugins v2, with Fable 3 there is no compilation error. Only a runtime one from React about invalid hook usage. Is it possible detect Fable version and...

It is not clear to me how [this advice](https://zaid-ajaj.github.io/Feliz/#/Feliz/React/CommonPitfalls) is out of date. The documentation states "Applies only to Fable 2.x". This either means that the problems caused by these...

### Issue: When using Feliz with F# and Fable, passing F# record types as props in React components results in unexpected behavior. The record type, which Fable translates into a...

I've been trying to understand the https://zaid-ajaj.github.io/Feliz/#/Feliz/UseWithElmish example. Unfortunately there are a few lines missing ... the Elmish `Program.mkProgram` stuff down at the bottom. - What libraries do I need...