If it breaks, blame @srbh.dev
🌐 abelljs.org
The template compiles down to JS string literal on build-time
`<div>{{ props.handle }}</div>` --> `const html = () => `<div>${props.handle}</div>` `
```
// vite.config.ts
{
abell: {
experimentalAllowClientSide: true
}
}
```
github.com/abelljs/abel...
The template compiles down to JS string literal on build-time
`<div>{{ props.handle }}</div>` --> `const html = () => `<div>${props.handle}</div>` `
```
// vite.config.ts
{
abell: {
experimentalAllowClientSide: true
}
}
```
github.com/abelljs/abel...
```
// vite.config.ts
{
abell: {
experimentalAllowClientSide: true
}
}
```
github.com/abelljs/abel...