JSFiddle - React, Tailwind, and code Playground
by Anton Spirin
JavaScript
function foo(...args) {
alert(args);
}
foo`Hello, ${props => props.username}! What do you think about, ${props => props.someThing}?`;
by Anton Spirin
function foo(...args) {
alert(args);
}
foo`Hello, ${props => props.username}! What do you think about, ${props => props.someThing}?`;