Skip to content

Commit 5ba73d2

Browse files
authored
Add README section for companion libraries (pointfreeco#2395)
* Add section for companion libraries * Update README.md
1 parent c8c7817 commit 5ba73d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,20 @@ You can add ComposableArchitecture to an Xcode project by adding it as a package
604604
modules and consumes the static library in this fashion using the **tic-tac-toe** Swift
605605
package.
606606

607+
## Companion libraries
608+
609+
The Composable Architecture is built with extensibility in mind, and there are a number of
610+
community-supported libraries available to enhance your applications:
611+
612+
* [Composable Architecture Extras](https://github.com/Ryu0118/swift-composable-architecture-extras):
613+
A companion library to the Composable Architecture.
614+
* [TCACoordinators](https://github.com/johnpatrickmorgan/TCACoordinators): The coordinator pattern
615+
in the Composable Architecture
616+
617+
If you'd like to contribute a library, please [open a
618+
PR](https://github.com/pointfreeco/swift-composable-architecture/edit/main/README.md) with a link
619+
to it!
620+
607621
## Translations
608622

609623
The following translations of this README have been contributed by members of the community:

0 commit comments

Comments
 (0)