-
When updating the Fulma docs site, I kind of re-discovered the usage of stateful component via Fable.
Using them from Fable, we still gain access to intellisense, compilation checking, etc. Also I …
-
I've been thinking a bit lately about how an architecture like this would solve the problem of local, transient UI state in a tree that can be quite deep.
For example, let's say we want to have some…
-
I cannot write instructions for this as I have never used elm-review before! First step is to workout the instructions and define our goals here.
It would be great to ensure the highest quality of …
-
https://github.com/orourkedd/effects-as-data
https://medium.com/javascript-scene/mocking-is-a-code-smell-944a70c90a6a
https://redux-saga.js.org/
https://erock.io/simplify-testing-async-io-javascrip…
-
As a (potentail) developer
I would like to know the exsisting architecure decissions
So I can understand why choices are made and base my decision on these choices or challenge them.
Acceptance c…
-
I have noticed that the action 'RANDOM_RESPONSE' is not being logged. Only 'RANDOM_REQUEST' is logged.
-
Wow, what a cool idea! I love aesthetic and the functional design 👍
It'd be super fantastic if the navigator could be hidden by default, and then a command offered which would expose the navigator…
-
Though the course uses Java, generally useful discussion on testing within the larger context of writing a specification, and thinking of properties: [Test-First Programming](https://ocw.mit.edu/ans7…
-
this is more of a question then an issue, but what is the story for side effects, is there one?
like when you want to send a message through a websocket, or retrieve some resource via http
-
## JS Framework Benchmark
The current de facto standard benchmark for measuring the performance of front end apps seems to be https://github.com/krausest/js-framework-benchmark.
This is a fairl…