/mercury

Primary LanguageJavaScript

Installation

git clone
cd mercury
yarn

Run

yarn start

High Points

  • All state in Redux, completely transversible
  • Debounced search
  • Abstracted components used for list items/messages
  • Accessing state/dispatching only from HOC - all others are dumb components
  • Separation of Redux thunks and service call