mjec / rc-niceties

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

convert App.js to use hooks #92

Closed christalee closed 2 years ago

christalee commented 2 years ago

This should be the last component that needs updating to modern React. Previous refactoring made it pretty straightforward!

I ran the app locally and tested its functionality manually.

jasonaowen commented 2 years ago

Oh, it looks like #88 was merged via "squash and merge", which replaced all the individual commits with the single commit 8259495. This branch appears to have started from the pre-squash branch, which means it is re-introducing the individual commits from #88...

tl;dr: will you please rebase onto main, @christalee?

christalee commented 2 years ago

I cleaned up the commit history and merged this PR.