piotrwitek / react-redux-typescript-realworld-app

RealWorld App implementation based on "react-redux-typescript-guide"
https://react-redux-typescript-realworld-app.netlify.com/
251 stars 75 forks source link

Update dependencies and replace deprecated ones #2

Closed kranse closed 5 years ago

kranse commented 5 years ago

My method was to create a new app with create-react-app --typescript and copy the features / pages / store directories into it. I made minor changes to these files as necessary, though some of them are pretty ugly.

I tried to leave the files created by create-react-app untouched, so there are a number of differences i.e. README.md and tsconfig.

piotrwitek commented 5 years ago

Hey @kranse, thanks for your work here. I could review it but please let me know here if you have time to update this PR after my review.