acdlite / acdlite/react-rx-component
Ref as an observable
未關閉
- 主要語言
- JavaScript
- 星號
- 83
- 分支
- 4
- PR 合併指標
- 30 天內沒有已合併 PR
描述
This came up today trying to pass a `funcSubject` as a ref callback function. Because we're not actually subscribed when the ref callback fires (ie before `componentDidMount`), the value is just kind of lost.
Using a BehaviorSubject instead fixed the issue, but I thought I'd mention it for anyone else who ran into it.
Also I was wondering why you subscribe in componentDidMount and not the constructor? It seems like it potentially adds some unnecessary work. I imagine it's a "universal" thing but I don't have any experience with that...
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。