Skip to content

Commit af6c9c9

Browse files
author
Steve Krouse
committed
reflex typos
1 parent deaef15 commit af6c9c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drafts/frp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: FRP
99

1010
### Abstract
1111

12-
When trying to comprehend a section of an unfamiliar codebase, developers spend an amount of time disproportionate to the size of the section. This is particularly relevant for would-be open-source contributors, who have limited time, and often only want to make changes in a small number of sections. I show how higher-order Functional Reactive Programming, such as in the Redux library, achieves a high level of comprehensibility modularity for user interface construction. I believe the use of such a paradigm would decrease the on-boarding time for developers to make effective changes.
12+
When trying to comprehend a section of an unfamiliar codebase, developers spend an amount of time disproportionate to the size of the section. This is particularly relevant for would-be open-source contributors, who have limited time, and often only want to make changes in a small number of sections. I show how higher-order Functional Reactive Programming, such as in the Reflex library, achieves a high level of comprehensibility modularity for user interface construction. I believe the use of such a paradigm would decrease the on-boarding time for developers to make effective changes.
1313

1414
## 1. Introduction
1515

@@ -167,9 +167,9 @@ Additionally, any view element can emit any message. Again from [Elm ToDoMVC](ht
167167

168168
If were looking to understand a single piece of state, were not much better off than with an entirely imperative framework: we still have to read more-or-less the whole application even if we wish only to comprehend only a small piece.
169169

170-
## 4. Redux
170+
## 4. Reflex
171171

172-
Let's contrast the Elm Architecture with a framework that allows higher-order and cyclic streams. The Redux FRP library, built for Haskell's ghcjs, fits the bill.
172+
Let's contrast the Elm Architecture with a framework that allows higher-order and cyclic streams. The Reflex FRP library, built for Haskell's ghcjs, fits the bill.
173173

174174
#### Reflex Button
175175

0 commit comments

Comments
 (0)