Why does this library exist?
Open
- Dominant language
- JavaScript
- Stars
- 814
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Why does this library exist when you can just use template strings?
```js
function myComponent(props) {
return `
${props.name}
`
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.