UNPKG
@jameshclrk/rxdb-hooks
Version:
latest (6.0.1)
6.0.1
React hooks for integrating with RxDB
github.com/jameshclrk/rxdb-hooks
jameshclrk/rxdb-hooks
@jameshclrk/rxdb-hooks
/
examples
/
parcel
/
index.html
12 lines
(11 loc)
•
206 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
rxdb-hooks
</
title
>
<
script
type
=
"module"
src
=
"./index.tsx"
>
</
script
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
</
body
>
</
html
>