wantedly / ios_night

Let's talk about iOS development -- iOS Night 📱🌙 You might apply to this meetup from
https://www.wantedly.com/companies/wantedly/projects
18 stars 0 forks source link

2019/08/13 19:30~20:30 #62

Closed ngtk closed 4 years ago

ngtk commented 4 years ago

Why

Where

Pearl Jam (Subject to change)

5F, MG Shirokanedai Building (Wantedly, Inc. Tokyo HQ)

Who

You are working for Wantedly? Sure, you can join anytime. If not, you need to contact us first. Or, you can "want to visit" the meetup, which you can find in www.wantedly.com/companies/wantedly/projects.

What

You write topics like below contents and we talk about these on the meetup. Every participant needs to write one topic at least.

Also, you can find new topics from the newsletters:

How

         ・・・

参加者は開催までに話したいことを少なくとも1トピックをコメントしましょう。 ネタ被りを避けるために、まずはタイトルだけでコメントすることを推奨します。 より多くの学びを得るためにどんな内容でもアウトプットを歓迎します!😊

cc/ @wantedly/ios

Edit this template

Previous issue

ShotaKashihara commented 4 years ago

A cross-platform Reddit client built in SwiftUI

https://github.com/carson-katri/reddit-swiftui

ngtk commented 4 years ago

SwiftUI and State Management Corrections

https://www.pointfree.co/blog/posts/30-swiftui-and-state-management-corrections

jiro commented 4 years ago

@touyou @aoi-swallow の2人も参加予定です。

ngtk commented 4 years ago

SwiftUIの状態管理

前回、状態管理について話したので、もう少し詳しい話もする。 SwiftUIでは状態管理の技術を導入しているが、アーキテクチャについてはそこまで言及していない。 おそらくそこまでは当面踏み込まないと思われる。

自分の考え

Redux

一番重要なところはSwiftUIが提供している機能で十分に対応できる。それ以外については考える必要がある。

wakwak3125 commented 4 years ago

https://github.com/wantedly/yashima-android/pull/3206

jiro commented 4 years ago

既にいくつかのアーキテクチャの実装が試されてた

https://github.com/kitasuke/SwiftUI-MVVM https://github.com/kitasuke/SwiftUI-Flux https://github.com/kitasuke/SwiftUI-Redux