Here is a proposal I would like to make:1) Deprecate `isinited`: It's inconsistent with our naming scheme. It does not correspond to init being called. (It is set before references have been resolved and before init has been called!)
2) Add a new attribute, `inited`, that is set just after `oninit` (and thus reflects that init has been called). This is consistent with the state API apply/onapply/applied.
Your comments requested.
