developit / developit/vhtml

Why does this library exist?

Open
#38 7 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.