Lucian Caetano
Results
3
comments of
Lucian Caetano
Poderia-se permitir utilizar ou não o proxy
What would be the next steps to continue this pr ?
Just used ReactDOM ```javascript const eventRender = (e) => { const el = e.el; const content = ( hello world ) ReactDOM.render(content, el); return el; } ```