Skip to content

Commit

Permalink
Fix typo in README (pointfreeco#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored May 14, 2020
1 parent 55b8f21 commit c668822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ That is the basics of building and testing a feature in the Composable Architect
* How does the Composable Architecture compare to Elm, Redux, and others?
<details>
<summary>Expand to see answer</summary>
The Composable Architecture (TCA) is built on a foundation of ideas popularized by Elm and React, but made to feel at home in the Swift language and on Apple's platforms.
The Composable Architecture (TCA) is built on a foundation of ideas popularized by Elm and Redux, but made to feel at home in the Swift language and on Apple's platforms.

In some ways TCA is a little more opinionated than the other libraries. For example, Redux is not prescriptive with how one executes side effects, but TCA requires all side effects to be modeled in the `Effect` type and returned from the reducer.

Expand Down

0 comments on commit c668822

Please sign in to comment.