I’m trying to translate
<source srcset='<%=Utility.CachedContentForLongTime("images/test.png") %>' />
To work into my react App.js file but it isn’t recognizing the <%=Utility part at all. Whats’ the proper way to translate this?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I’m trying to translate
<source srcset='<%=Utility.CachedContentForLongTime("images/test.png") %>' />
To work into my react App.js file but it isn’t recognizing the <%=Utility part at all. Whats’ the proper way to translate this?