Cody Johnson

Results 61 comments of Cody Johnson
trafficstars

@Zaid-Ajaj yeah go for it. After playing around with it, I realized I wanted bindings more specific to my use case, so I made a version specifically targeted for Feliz...

Yeah I've already got everything written, I'm just finishing up some docs before I publish the repo. ```fsharp let titleComp = React.functionComponent (fun (input: {| text: string |}) -> Html.p...

@Zaid-Ajaj I just published the Feliz dependent version of the binds [here](https://github.com/Shmew/Feliz.SweetAlert). Might be something useful in there, when you update the library.

See [this issue](https://github.com/facebookexperimental/Recoil/issues/129), when #56 (which should probably still be open) is implemented this may be a possibility. I don't know if they'll go for it, but that's a blocker...

I ran into this issue since some [libraries](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/) only target `net5.0` or `netcoreapp3.1`. It took me a while to figure this out as it doesn't seem to be documented, but...

> Shouldn't this be paket.dependencies ? Yes, that was a typo on my part! I fixed it. > Looks like preprocessor symbols? But I couldn't even find documentation on condition...

JSON/YAML works too, just something a bit more refined than a text file I think would be a great feature.

Hi @mfrawley, Yeah I think I agree, I'll get the API modified to rename `box` to `box'`. In the meantime you can also do `state.startDate :> obj` instead of boxing.

Yeah currently it's not elmish as much as the traditional React reducer pattern. I originally had full elmish support, but it's not quite compatible with Recoil and can lead to...

AtomEffects are released now, but I'll need to give it some thought as to how (if) this can be done. In the mean time [this](https://shmew.github.io/Feliz.Recoil/#/Recoil/Examples/Effects) might help.