ruby-no-kai / takeout-app

Virtual venue for RubyKaigi Takeout w/ Amazon IVS, Chime SDK for Messaging, Transcribe
MIT License
99 stars 9 forks source link

roll dependencies (August 2022) #5

Closed sorah closed 2 years ago

sorah commented 2 years ago

https://aws.github.io/amazon-chime-sdk-js/modules/migrationto_3_0.html これが重い

sorah commented 2 years ago

Swr v2 (where currently in beta) caused a infinite rendering loop, suspective change is use of useSyncExternalStore of React 18. Postponing for now

It seems much better to hold the patches on another state and merge on demand using useMemo and fully avoid to interact with the existing record using swr mutation. Consider doing that later.