/react-redux-hooks-reddit

Intro into using react-redux-hooks to manage React state consuming the Reddit api -- built with TypeScript & Parcel

Primary LanguageTypeScript

This project served as a way for me to play with the new react-redux hooks api and it turned out to be a lot of fun. The Reddit api is also a pleasure to work with.

Get it running

git clone git@github.com:trblackw/react-redux-hooks-reddit.git

cd react-redux-hooks-reddit

yarn; yarn start || npm i; npm start

(React app will fire up on localhost:3000)