-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showcase page #1
Comments
Thanks @alfonsogarciacaro . Reaction started as a playground project to see if it would be possible to join the Elm-architecture with observables, and things are getting quite interesting so it looks like its turning into a real project. Still a bit confused about naming, if the project should be called Fable.Reaction or Elmish.Reaction and if the nuget should perhaps be called Fable.Elmish.Reaction. Decided to go for Elmish event-loop instead of rolling my own just a day ago, so the dust haven't settled yet. But it's a good idea to add a GH-page to show the demos (live) and better explain how things work. |
Indeed, this is a very promising projects. I've had issues myself when reacting to event streams in Elmish projects, so it would be awesome if you could combine both projects! About the name, Fable.Elmish changed it to Elmish when it started to be applied in other platforms (Xamarin, WPF). If you want to fuse it with Elmish and it can potentially be applied to other platform, |
@dbrattli Can you please add the link to the documentation next to the repo description? |
There's actually been some progress to this issue 😄 I've been struggling with finding the right tooling and hosting for the docs, but after working on RxPY for a few months I've decided to move the docs to Sphinx and Read The Docs, which also makes it easier to add custom Css and Js. Still some work left to make things look good, but consider this a first POC: https://fablereaction.readthedocs.io/en/latest/fable.elmish/demo.html |
Great project with a nice README and a samples! 👏 👏 Would it be possible to add a simple web using GH pages with the live samples (as in the GIFs you tweet)? That would be very helpful for users to get a quick grasp of Fable.Reaction benefits.
Also, please don't forget to add a link to your project in awesome-fable so it's easier for other people to find it :)
The text was updated successfully, but these errors were encountered: