-
One of the guidelines when designing Fable was to generate JS as standard as possible that could be easily consumed from other JS code. Because of this F# types (including records and unions) were com…
-
This post is meant to be a start for a discussion. [Moved from here](https://github.com/reactjs/redux/issues/1353#issuecomment-178781992) as @gaearon [suggested here](https://github.com/reactjs/redux/…
-
![img_2142](https://user-images.githubusercontent.com/873919/30846743-7ec434d8-a2a1-11e7-8971-a0dfbb3cc783.PNG)
-
The docs says
```fsharp
open Elmish
open Fable.Import.Browser
let timer initial =
let sub dispatch =
window.setInterval(fun _ ->
dispatch (Tick DateTime.Now)
…
-
I thought there was a WIP on this subject. If not, I would like to build the docs site with Elmish.
### Ideas
The docs site will contain documentation, how-to's for different enviroments (browser…
-
Fable-Elmish core architecture is independent of renderers. So to build a browser web application we could use react or any other virtual DOM renderer. To realize server-side rendering with React we n…
-
Inspired by this little [tweetstorm](https://twitter.com/dan_abramov/status/710642981016100864).
## Problem: Side Effects and Composition
We discussed effects in Redux for ages here but this is the f…
-
## Context
As shown by the [benchmark](https://mangelmaxime.github.io/react-angular-ember-elm-performance-comparison/) Elmish-Snabbdom is fast.
I think we can consider making Elmish-Snabbdom avail…
-
The project is great but I currently see a mess in configurations. I myself cannot do anything except of running some samples. Currently I need Fable to work for project where I have ASP.NET + WebApi …
-
I'm trying to make a login success/error flow but my main concern is where I can put this logic.
Currently I'm using `actions -> reducer (switch case with action calling API) -> success/error on res…
5h1rU updated
6 years ago