And are there any issues when doing integration tests? As the rendering lifecycles of React are not aligned with Ember, how does that work when you expect a certain element to be present in the React root when the Ember component is rendered?
I didn't notice any impact on build times. Need to check the rendering lifecycles though. So far, I have found one great limitation which is it is not possible to pass children (with HTML) to the React components. The React components should have their own children.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Interesting read, thanks for sharing!
Did you notice any impact on build times?
And are there any issues when doing integration tests? As the rendering lifecycles of React are not aligned with Ember, how does that work when you expect a certain element to be present in the React root when the Ember component is rendered?
I didn't notice any impact on build times. Need to check the rendering lifecycles though. So far, I have found one great limitation which is it is not possible to pass children (with HTML) to the React components. The React components should have their own children.