-
### Description
if the child state is `Identifiable`, the dismiss action is not be sent when dismissed.
I think #3309 introduced this issue.
### Checklist
- [X] I have determined whether thi…
-
- #9
- [ ] #10
-
## What is the Composable Architecture?
+ State Management
- value 타입을 사용해서 상태를 관리하고 한 화면의 상태를 다른 화면에 공유할 수 있다.
+ Composition
- 큰 피쳐를 작은 컴포넌트들로 나눌 수 있으며 모듈로 만들고 다시 합치기 용이하다.
+ Side effects
…
-
We use result builders in TCA for composing app features together :)
https://github.com/pointfreeco/swift-composable-architecture
-
- [👉 TCA 저장소 바로가기](https://github.com/pointfreeco/swift-composable-architecture)
- [`medium` 나의 정리: TCA 맛보기 ](https://medium.com/@sylpid003/swift-the-composable-architecture-tca-%EB%A7%9B%EB%B3%B4%EA…
-
### Description
When building https://github.com/thebrowsercompany/swift-composable-architecture in release mode, the generated OFM for OpenCombine is invalid, e.g.
```
Building for production...…
-
- [ ] generate a path for this view (if possible). It would be cool if the path is "." separated
- [ ] Send the path as `navigate(to:)`
## Ideas
- View Modifier
- Extend View Struct with a Protocol
…
-
I'm not sure whether it's a `rules_swift_package_manager` issue or `rules_swift` issue.
[`swift-composable-architecture`](https://github.com/pointfreeco/swift-composable-architecture) has a depende…
-
**Is your feature request related to a problem? Please describe.**
I would like to refactor geo-deep-learning to be modular, composable and maintainable.
**Describe the solution you'd like**
geo-…
-
### Description
I've got a compiler crash using `swift build` on macOS 14.2.1 with a brand new package without any code after adding [TCA](https://github.com/pointfreeco/swift-composable-architecture…