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 64 Feliz issues
Sort by recently updated
recently updated
newest added

It seems [Feliz.MaterialUI is afloat again](https://github.com/Shmew/Feliz.MaterialUI/issues/84). Would this project be interesting to add to maintenance within the Feliz ecosystem? I also imagine it could be of interest for CompositionalIT?

Implemented a sensible API for transformOrigin that incorporates the entire spec (Ref: https://developer.mozilla.org/de/docs/Web/CSS/transform-origin)

Hi, would be very cool when you add the vs code settings for debugging with chrome. I have an app based on the template end get no working debugging experience...

help wanted

Hi @Zaid-Ajaj, this is related to WIP PR #423. I usually cannot make UseElmish to work with Fast Refresh, even when following all the rules like PascalCase + making init...

Hi! Looks like `useDeferredCallback` doesn't work with react 18 and strict mode. Symptoms: upgraded my app to React 18 with strict mode. The UI just hangs, basically nothing happens, and...

Hello Zaid! I was curious about Fable 4 and I was bumping all my tools/packages inside my sample project. Turns out I can't use `[]` with the latest alpha? ```...

With React 18 bringing a breaking change that will cause `React.useEffect` to fire twice, it would probably be a good idea to update the Feliz `useEffectOnce` to prevent breakage. Here...

Apologies if there is something very obvious I'm missing, I ran `dotnet new feliz -n testercode`, followed by `femto` and then `npm run start`. Initially I got `ERR_OSSL_EVP_UNSUPPORTED` errors, so...

After the conversion of a React.functionComponent to the new `[]` annotation, the component changed it's behavior. # Repro Steps 1. Start the repro that can be found here: https://github.com/panmau/feliz-reactcomponent-repro 2....

would it be maybe useful for fable/react community to have a similar command also from npx (also installing other required dependencies, etc) or is this not useful/feasible to increase comunity...

enhancement