Skip to content

Instantly share code, notes, and snippets.

@SatoTakeshiX
Last active July 9, 2019 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SatoTakeshiX/e125f4811beec01a0b0bc248abd2fbf9 to your computer and use it in GitHub Desktop.
Save SatoTakeshiX/e125f4811beec01a0b0bc248abd2fbf9 to your computer and use it in GitHub Desktop.
ゴリゴリキャッチアップSwiftUI

勉強会で出てきたリンク集

https://designcode.io/swiftui?promo=learnswiftui


kitaさん mobx https://github.com/mobxjs/mobx

https://github.com/kickstarter/ios-oss

単一方向のデータ方向はメリットでかい。
・疎結合
・その結果テストしやすくなる
・スケールしやすい #swiftui_gorilla

— SatoTakeshi 【4/14技術書典6 け01 Fluid Interface本】 (@hatakenokakashi) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Redux自体はコンポーネントを切り出してUIライブラリにしにくいからあんまり好きじゃなかったんだけど、そもそもUI側で色々するなという世界観なら吹っ切れるなぁ #swiftui_gorilla

— 𝙣𝙤𝙥𝙥𝙚 (@noppefoxwolf) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

各リポジトリ
SwiftUI + Fluxhttps://t.co/A8whwcTnIY
SwiftUI + MVVMhttps://t.co/N6ZY9UrIcn
SwiftUI + Reduxhttps://t.co/HqeNId9Lv0#swiftui_gorilla

— ありぜ (@a_aryzae) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

後で調べる
・@/EnvironmentObject
・@/State #swiftui_gorilla, #SwiftUI

— SatoTakeshi 【4/14技術書典6 け01 Fluid Interface本】 (@hatakenokakashi) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

https://t.co/Om7fpeE228

ここでAppleのModelの作り方が触れられているかな
#swiftui_gorilla

— SatoTakeshi 【4/14技術書典6 け01 Fluid Interface本】 (@hatakenokakashi) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

@/Stateの説明 by Applehttps://t.co/sFDJGIrmEL
#swiftui_gorilla

— SatoTakeshi 【4/14技術書典6 け01 Fluid Interface本】 (@hatakenokakashi) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

@/State ->viewの表示のon/offぐらいの簡単な状態なら良いのでは?プレビューで見えるのでテストを書くまでもないかも #swiftui_gorilla

— SatoTakeshi 【4/14技術書典6 け01 Fluid Interface本】 (@hatakenokakashi) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Forlam

Function Builderのプロポーザル

https://forums.swift.org/t/important-evolution-discussion-of-the-new-dsl-feature-behind-swiftui/25168

Proposalのtypoとか、リンク切れは実はコントリビューションチャンスです。 #swiftui_gorilla

— 7/23最終出社🍣🥟♨️💻🔨🔥 (@d_date) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

https://medium.com/flawless-app-stories/how-can-property-wrappers-and-function-builders-be-leveraged-d43160de338f

Apple公式のA Swift Tourは、言語のバージョン毎にちゃんとアップデートされてるので、Evolution追いたくない人は読むといいですよ。https://t.co/cXiAvlhOey
#swiftui_gorilla

— 7/23最終出社🍣🥟♨️💻🔨🔥 (@d_date) July 8, 2019
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

kisikawaさん

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment