codeforsanjose / disaster-response-sj

Exploration of adding civic tech component to San Jose disaster response
MIT License
7 stars 12 forks source link

Refactor Older React Lifecycle Methods and Class Components to Use Hooks #85

Open sunnymui opened 4 years ago

sunnymui commented 4 years ago

Right now the app has a mix of older and newer style React components.

We should refactor everything to be more consistent and use hooks for cleaner, simpler code.