My goals is to be able to do something like this in my blade view.
name }}\" />
But this doesn\'t render any
I do it like this eg. in index.blade.php
Then in Main.js
const Main = (props) => { return ( ); } if(document.getElementById('main')) { const el = document.getElementById('main') const props = Object.assign({}, el.dataset) ReactDOM.render(, el); }