fable-react icon indicating copy to clipboard operation
fable-react copied to clipboard

Fable bindings and helpers for React and React Native

Results 27 fable-react issues
Sort by recently updated
recently updated
newest added

Follow up on https://github.com/fable-compiler/fable-react/pull/169 The package split of `Fable.React` is ready, there is already a beta version of [Fable.React.Dom](https://github.com/fable-compiler/fable-react-dom) published. I am waiting for a solution to [Fable.Elmish.React](https://github.com/elmish/react/issues/43) split before...

Fix #62. Enables Elmish Commands in ReactiveCom: - Added a depedency to Fable.Elmish - Implemented Cmd

The last minor version of Fable.React introduced several breaking changes. From a user perspective, this is not really friendly so I think it is time to decide if we want...

Material-UI [often requires `forwardRef` if composing using functional components](https://material-ui.com/guides/composition/#caveat-with-refs). I couldn't find the `forwardRef` hook in Fable.React. Would be great to have it!

I'm currently making a PR to update Fable.MaterialUI to Fable.Core 3 and Fable.React 5. The API makes use of `ReactNode`, `ReactType`, and `ReactInstance`, none of which are available any longer....

I am currently setting up my developer blog with Gatsby and I like the experience. I want to create something like that based on Fable and Elmish. I think a...

How do I set the Center (required) property of a Circle for ReactLeaflet? Is it missing? https://github.com/fable-compiler/fable-react/blob/54453ccbde9fac2503a723ef21358854b24663c0/src/Fable.ReactLeaflet/ReactLeaflet.fs#L284

enhancement

When the children of a react element are coming from another function IE11 renders a blank page. ```fsharp let returnList = [ R.str "hello1" R.str "hello2" ] let app =...

Hello @alfonsogarciacaro , I think it would be nice to implement Elmish commands in Fable.Helpers.React.ReactiveCom to make it fully compliant with Fable.Elmish. I have played with this over the week-end...

The in editor documentation is dense. Couldn't we add some documentation?