hyperstack-org/hyperstack
Auf GitHub ansehen`Object#loaded?` and `Object#unloaded?` should be defined on the server
Open
#320 geöffnet am 19. Okt. 2020
enhancementgood first issue
Beschreibung
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.