That was indeed a great article.
I have one question, What will happen if there is third party UI library was there in code?
Like If I use <MuiTable /> will it display all the end nodes generated in DOM or it will display MuiTable component in the layout tree panel?
One another thing, I'm also more interested in the rendering part, like how do you render components in the isolation? Let's say just like codesandbox, I have file structure in object where key is file path and its value is the file content. So, How do you render this strings of source code with renderer?
Thanks again, it was great article.