natcap / invest

InVEST®: models that map and value the goods and services from nature that sustain and fulfill human life.
Apache License 2.0
170 stars 70 forks source link

Transition to functional React components #1543

Open emlys opened 7 months ago

emlys commented 7 months ago

When we began developing the workbench, class components were the standard and functional components were new. React has moved away from class components, and functional components are the standard. I haven't seen any indication that class components will be deprecated any time soon, but there are some reasons it would make sense to convert our code to use functional components:

R-Stev commented 7 months ago

I should be able to adjust the class components.