Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 378 Bytes

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.