UNPKG
@mr_hugo/boredom
Version:
latest (0.28.1)
0.28.1
0.27.1
0.26.1
0.25.26
0.25.25
0.25.24
0.25.23
0.25.22
0.25.21
0.25.20
0.25.19
0.25.18
0.25.17
0.25.16
0.25.15
0.25.12
0.25.11
0.25.10
0.25.9
0.25.8
0.25.7
0.25.6
0.25.5
0.25.4
0.25.2
0.25.1
Another boring JavaScript framework.
github.com/HugoDaniel/boreDOM
HugoDaniel/boreDOM
@mr_hugo/boredom
/
tests
/
stateful-component6.js
9 lines
(7 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ webComponent }
from
"/dist/boreDOM.min.js"
;
export
const
StatefulComponent6
=
webComponent
(
() =>
(
(
opts
) =>
{
console
.
log
(
'Rendering Stateful Component 6'
, opts) opts.
refs
.
container
.
innerText
= opts.
state
.
content
.
value
; }) );