【SwiftUI】TCAの公式チュートリアルを試してみた
https://qiita.com/sauna1137/items/2d88be12a0a3d6b95e67?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
🚀 Excited to share insights on testing in SwiftUI! In my latest blog post, I dive into the power of The Composable Architecture (TCA) and its game-changing impact on testing workflows. Read the full post here: [https://dev.to/orenidan/testable-apps-why-you-should-consider-the-composable-architecture-2oi4] #Swift #SwiftUI #Testing #TheComposableArchitecture
New blog post, about triggering effects from state changes instead of actions in TCA: https://blog.sculptedapps.com/posts/effects_tca/
#ios #swift #tca #theComposableArchitecture #pointfree #architecture #development #effects
【TCA】Task.yieldを使ってCPU負荷の高い処理を効率的に実行する
https://qiita.com/takehilo/items/0e408862f5cebeb3d4c6?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
【TCA】Storeの数が多くなるほどアクション送信のパフォーマンスが劣化していく
https://qiita.com/takehilo/items/e45f29dfc9525f31bf28?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Just sharing a #TheComposableArchitecture open-source library I've started: https://github.com/otondin/tca-feature-selection
Would it be too controversial to say #TheComposableArchitecture does not feel idiomatic to me? (At least with #SwiftUI…) I see what they’re trying to do, and the new back-porting stuff is amazing, but I hate reading the code written using it. #swift
[TCA] TaskResultがEquatableに準拠できない問題の解決と公式の見解
https://qiita.com/Ryu0118/items/e1ce61f48b6b3797c5da?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Swift #TCA #SwiftUI #ComposableArchitecture #TheComposableArchitecture
Having now spent more time watching the foundational videos about #TheComposableArchitecture, I feel like they addressed some of my initial distastes about it. And, using it definitely unlocks certain kinds of functionality you’d never get with vanilla SwiftUI/MVVM.
But, what’s the cost? Who has a hot take against #TCA? I want to hear it. #iosdev #swiftui
I'm building my app, @approach, in the open with #SwiftUI and #TheComposableArchitecture. It’s a bit light on documentation and screenshots right now, but as I near a TestFlight release in the coming weeks, I’ll get that updated! Feel free to follow, take inspiration, and chat with me about #TCA
You want to use '@Environment' values from #SwiftUI in your #TCA reducer, like `\.openWindow` or `\.focusState`?
Here’s a convenient method of doing it, provided by @tgrapperon, I only changed its name to `@OnChange`:
https://github.com/pointfreeco/swift-composable-architecture/discussions/1683#discussioncomment-5539006
Featured in my article:
https://www.fline.dev/window-management-on-macos-with-swiftui-4/?ref=iosdev.space
@freak4pc amazing #TheComposableArchitecture presentation on #SwiftHeroes congrats!
Who would be interested in a #livestream where I convert my small cross-posting app "Twoot it!" (to be released) from vanilla #SwiftUI to #TheComposableArchitecture & explain how #TCA works?
Could be a practical way of learning TCA & asking me questions.
#AppArchitecture #iOSDev
Any TCA fans in my circle? Have you ever used TCA in a big codebase? If yes please share your experience.
#tca #theComposableArchitecture #swiftlang #swift #swiftui #iosdev
Just started watching @pointfreeco’s #ComposableNavigation series, the first ~35 minutes were basically an introduction into the basics of #TheComposableArchitecture in its new & shiny modern SwiftUI-like composition APIs.
Perfect time to begin with #TCA:
https://www.pointfree.co/episodes/ep222-composable-navigation-tabs
Today was a good day. On top of the good therapy session, I also got another piece of iHog written and working with #TheComposableArchitecture
Last night I figured out how to modularize my core data stack into a swift package. Also figured out a nice way to make it work with #theComposableArchitecture.
It’s Tuesday which means I’ll be live in about 4.5 hours (8pm Central Time) on my twitch. https://twitch.tv/heyjaywilson Drop by say hi. Tonight, I’ll be working through more #theComposableArchitecture and#SwiftUI in my controller app
@kylewritescode morning! Keep pushing the rewrite of iHog using #TheComposableArchitecture and hopefully getting some PRs in for work.
@donnywals continuing a rewrite of an app using #TheComposableArchitecture and new #SwiftUI features like grid.