hyperstack-org/hyperstack
在 GitHub 查看`Object#loaded?` and `Object#unloaded?` should be defined on the server
Open
#320 建立於 2020年10月19日
enhancementgood first issue
倉庫指標
- Star
- (531 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
These methods are only useful on the client, but for isomorphic methods they should be also defined on the server. On the server loaded? should always return true, and unloaded? always returns false.