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-component7.js
7 lines
(5 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ webComponent }
from
"/dist/boreDOM.min.js"
;
export
const
StatefulComponent7
=
webComponent
(
() =>
(
(
opts
) =>
{
console
.
log
(
"Rendering Stateful Component 7"
, opts); opts.
refs
.
container
.
innerText
= opts.
state
.
content
.
value
[
0
]; }));