UNPKG
react-3ducks
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
Simple state management library for React
github.com/smakazmi/react-3ducks
smakazmi/react-3ducks
react-3ducks
/
examples
/
todos
/
src
/
index.js
6 lines
(4 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
import
React
from
"react"
;
import
{ render }
from
"react-dom"
;
import
App
from
"./components/App"
;
render
(
<
App
/>
,
document
.
getElementById
(
"root"
));