Y
Hacker News
new
|
ask
|
show
|
jobs
dot.dom: A feature-rich JavaScript template engine in 510 byes
(
github.com
)
3 points
by
icharala
3412 days ago
2 comments
icharala
3411 days ago
I created a codepen where you can try it in action:
https://codepen.io/anon/pen/Kargex?editors=0010#0
link
hubert123
3412 days ago
What is this syntax? const {clicks=0} = state;
link
icharala
3412 days ago
It's object deconstructuring, including a default value:
https://developer.mozilla.org/en/docs/Web/JavaScript/Referen...
link