Chalarangelo / 30-seconds-of-react

Short React code snippets for all your development needs
https://www.30secondsofcode.org/react/p/1
Creative Commons Attribution 4.0 International
5.08k stars 485 forks source link

Update codebase to use const instead of function #97

Closed Chalarangelo closed 4 years ago

Chalarangelo commented 4 years ago

Currently, all components use function instead of const. We should update the code to use that. Assigning to @Trinityyi as a starter maintenance task.

Additionally: