Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 414 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 414 Bytes

my-redux

"Redux" by watching and imitating.

build & example

build process

npm i
npm run build

open example page

open `main.html`

explain about example

increment button

If it push, then the counter is incremented.

decrement button

If it push, then the counter is decremented.

textarea

If you input text into this textarea, then the text is showed above the area.