SyntaxFix
Write A Post
Hire A Developer
Questions
If you are bundling your code at the server-side, then there is nothing stopping you from requiring assets directly from jsx:
<div> <h1>Image</h1> <img src={require('./assets/image.png')} /> </div>