Alex Kanunnikov
Alex Kanunnikov
https://github.com/glimmerjs/glimmer.js/blob/master/packages/%40glimmer/component/src/component.ts#L137
ember-ref modifier use `set` from `@ember/object`, can't see issue here https://github.com/lifeart/ember-ref-modifier/blob/master/addon/modifiers/ref.js#L45 https://github.com/lifeart/ember-ref-modifier/blob/master/addon/modifiers/ref.js#L60

`waitForProperty` will work, any `@ref` decorator return `null` or `node`. (if node does not exists it will return `null`) also, it's possible to register destructor for node itself - https://github.com/lifeart/ember-ref-bucket#use-registernodedestructor
why it shoud throw error if property does not set? updated approach don't set any properties on instnces, only define custom getter on existing property
https://github.com/AltSchool/ember-cli-react/issues/22
@alexlafroscia, thank you for response! I'm just wondering why both repos looks alive, but have different approaches. I think it will be nice to have single 'react-components-in-ember' implementation to get...
@wmertens https://github.com/lifeart/ember-ast-hot-load should hotreload any components
@wmertens why you need `react-hot-loader` if `ember-ast-hot-loader` can hotreload react components inside ember?
Moving prompt here to track change history: https://gist.github.com/lifeart/25e1b0d11cd67a5e29059b18ff22dc7c#file-prompt-md