New React Redux coding style with hooks without selectors

Use custom hooks instead of selectors

Daishi Kato

--

Introduction

React Redux is one of popular web tech stacks. As I found React hooks so promising, I have been developing a hooks-based library for React Redux called “reactive-react-redux.”

--

--