Skip to content

Commit f4f4447

Browse files
author
Steve Krouse
committed
## Less FRP essay excitement
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)
1 parent 9c09136 commit f4f4447

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_data/git-log.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

drafts/frp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ If we’re looking to understand a single piece of state, we’re not much bette
6262
* maybe reverse the order of the introduction
6363
* be clearer on what explicit means
6464
* data = ...
65+
* inversion of control (http://degoes.net/articles/destroy-all-ifs)
6566
* explicit in the math formula sense
6667
* the elm architecture section
6768
* edit this section a lot

0 commit comments

Comments
 (0)