This component was initially designed to replace the existing render playground in Semantic UI React docs. React Source Render is designed to be used with Babel Standalone. The component consists from the parts:
babelConfig | A config for Babel. |
renderHtml | An option that controls rendering of HTML with ReactDOM server, it allows to omit rendering when you are using portals. |
resolver | A function for the imports resolution. |
source | A string that contains the source code. |