mjec / rc-niceties

End of batch niceties for the Recurse Center
MIT License
15 stars 5 forks source link

React refactoring: Admin, AdminNicety, People #70

Closed christalee closed 3 years ago

christalee commented 3 years ago

These commits convert each component to use ES6 classes instead of React.createClass, and replace jQuery AJAX calls with fetch requests. The app behavior is unchanged.

christalee commented 3 years ago

I've removed the unneeded bind calls, and converted a few more functions to arrows. The app builds and has all the usual functionality.

jasonaowen commented 3 years ago

Oh but you will have to rebase and resolve conflicts, I just noticed.