jared-dykstra / 180-decibels-website

Website for the (now decommissioned) 180Decibels.com
https://dashboard.heroku.com/apps/decibels-website/settings
1 stars 0 forks source link

Error handling in Side Effects might be broken #83

Open jared-dykstra opened 5 years ago

jared-dykstra commented 5 years ago

Need to test and ensure:

jared-dykstra commented 5 years ago

I noticed that logPageView() appears to be blocking rendering--the whole point of the saga was to no block. (Or switch to react hooks)

jared-dykstra commented 5 years ago

I think everything is ok. It would just be nice to prove it with tests.