icyJoseph / react-redux-hooks-example

Keeping track of react-redux v7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux Hooks v7 alpha-rel-4

This repository keeps track of react-redux v7.

Currently uses ^7.1.0-alpha.4, which exposes, useSelector, useDispatch and useStore.

A count can be increased by the user and there's a tick happening every second which re-renders the component.

useCallback is heavily used to prevent unnecessary re-rendering of the Count child.

About

Keeping track of react-redux v7


Languages

Language:JavaScript 77.8%Language:HTML 13.5%Language:CSS 8.7%