React-Redux Hooks Walkthrough

In this guided demo, we create a minimal application featuring the traditional redux increment counter - but with hooks!

Pure Nim score 15/100 · last commit 2019-05-18 · 1 stars · tests present · no docs generated

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 - - - - - - -

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.