Skip to content

Commit

Permalink
## Less FRP essay excitement
Browse files Browse the repository at this point in the history
Hard to figure out why this happened, but I'm less pumped about this these days. I think I'll give myself a break and do other work and hopefully I'll naturally get re-excited about coming back to this. Yesterday I spent 2 hours reading the Reflex documentation. It felt like a useful two hours. The key thing I figured out is that it does cyclic updates via an "event propagation graph", but I wasn't able to figure out much more details than that.

Some interesting links:

* [Front end - simple comparison between react, react-flux (ghcjs), and reflex-frp](https://www.reddit.com/r/haskell/comments/5xo6sd/front_end_simple_comparison_between_react/)
* [how to structure a reflex application vs cyclejs and elm (reddit)](https://www.reddit.com/r/reflexfrp/comments/6l5ddn/how_to_structure_a_reflex_application/)
* [Evan Czaplicki on higher-order streams](https://news.ycombinator.com/item?id=11669206)
  • Loading branch information
Steve Krouse committed Aug 1, 2018
1 parent 876860f commit a70f59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/git-log.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions drafts/frp.md
Expand Up @@ -62,6 +62,7 @@ If we’re looking to understand a single piece of state, we’re not much bette
* maybe reverse the order of the introduction
* be clearer on what explicit means
* data = ...
* inversion of control (http://degoes.net/articles/destroy-all-ifs)
* explicit in the math formula sense
* the elm architecture section
* edit this section a lot
Expand Down

0 comments on commit a70f59d

Please sign in to comment.