|
|
|
|
|
by willio58
1135 days ago
|
|
The recommendation for React projects for the past few years has been to write everything using functional components vs the old class-based components. In function-based components, you can only use hooks so useState is that's why the parent comment is referring to. |
|