improving-minnesota / react-redux-timesheet

The timesheet project for the react-redux workshop
https://react-redux-timesheet.netlify.com
29 stars 197 forks source link

ES6ify all function calls in code #7

Closed tmartensen closed 6 years ago

tmartensen commented 6 years ago

Changed all instances of ES5 function () to ES6 () => in tests. Changed all instances of function () to ES6-style () => in all components and actions.

DSchau commented 6 years ago

Deploy preview for react-redux-timesheet ready!

Built with commit d213c1b7555998b6915f981f4c08f56963349e92

https://deploy-preview-7--react-redux-timesheet.netlify.com

tmartensen commented 6 years ago

I didn't this time around; I just used a couple regex replaces instead.