hyperstack
hyperstack copied to clipboard
`Object#loaded?` and `Object#unloaded?` should be defined on the server
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.
might was fix the with #315