UNPKG
rescript-react-update
Version:
latest (6.0.1)
6.0.1
6.0.0
5.0.2
5.0.1
5.0.0
4.0.0
3.0.2
3.0.1
3.0.0
> useReducer with updates and side effects!
bloodyowl/rescript-react-update
rescript-react-update
/
examples
/
index.html
12 lines
(11 loc)
•
196 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Example
</
title
>
<
script
type
=
"module"
src
=
"./Index.mjs"
defer
>
</
script
>
</
head
>
<
body
>
<
div
id
=
"basic"
>
</
div
>
<
div
id
=
"counter"
>
</
div
>
</
body
>
</
html
>