faceyspacey / redux-first-router-demo

Kick-Ass Universal RFR Demo That Answers Your SSR + Splitting Questions
MIT License
126 stars 46 forks source link

ADDITION: Error handling #12

Closed veddermatic closed 7 years ago

veddermatic commented 7 years ago

Would be nice to show error handling with a try/catch around fetchData for people checking out the project and wondering how to do it (esp. for those not familiar with async/await.)

I'll do up a pull request with that over the weekend unless somebody beats me to it.