Recently I have been working on a React project with functional components and hooks (React 16.8+). There I use Redux to manage application states with both React hooks eg, useState, useCallback etc, and custom hooks. Custom hooks is an interesting topic to me so I did some research on what, why and how to use… Continue reading A Simple Store Powered by the Custom React Hook