Why does this library exist?
Aperta
- Lingua principale
- JavaScript
- Stelle
- 814
- Fork
- 37
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Why does this library exist when you can just use template strings?
```js
function myComponent(props) {
return `
${props.name}
`
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.