React-Redux Hooks Walkthrough
In this guided demo, we create a minimal application featuring the traditional redux increment counter - but with hooks!
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2019-05-18 |
| Downloads | 0 |
| Last Indexed | 2026-08-11 05:08 |
Installation
nimble install React-Redux Hooks Walkthrough
choosenim install React-Redux Hooks Walkthrough
git clone https://gitlab.com/tyrohq/showcase/react-redux-hooks
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| React-Redux Hooks Walkthrough | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/tyrohq/showcase/react-redux-hooks |
|---|---|
| Homepage | https://gitlab.com/tyrohq/showcase/react-redux-hooks |
| Registry Source | gitlab |
README
React-Redux Hooks Example
In this guided demo, we create a minimal application featuring the
traditional redux increment counter - but with hooks! The demo assumes
basic familiarity with React hooks, and simply introduces the basic new hooks
from react-redux version 7.1.
All new functionality is contained in the definition of our App component.