Skip to content

Commit cf02e33

Browse files
stephencelismluisbrown
authored andcommitted
Lift TCA acronym out of folded FAQ? (#252)
1 parent a7826f5 commit cf02e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using ReactiveSwift, which doesn't use Combine's type model, `Effect<Output, Fai
1818

1919
# The Composable Architecture
2020

21-
The Composable Architecture is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
21+
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
2222

2323
* [What is the Composable Architecture?](#what-is-the-composable-architecture)
2424
* [Learn more](#learn-more)
@@ -378,7 +378,7 @@ If you are interested in contributing a wrapper library for a framework that we
378378
* How does the Composable Architecture compare to Elm, Redux, and others?
379379
<details>
380380
<summary>Expand to see answer</summary>
381-
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.
381+
The Composable Architecture (TCA) is built on a foundation of ideas popularized by the Elm Architecture (TEA) and Redux, but made to feel at home in the Swift language and on Apple's platforms.
382382

383383
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.
384384

0 commit comments

Comments
 (0)