DEV Community

Discussion on: The case for Embeddable Ember

Collapse
 
dustinsoftware profile image
masters.πŸ€”

Yeah. In my example re renders and props updates are totally ignored, but if props is passed to the useEffect array, the Ember component would get destroyed and recreated each time props change. Need a solid β€œupdate” API for this to be a good DX, haven’t thought through what could look like yet.