Switch to component classes instead of stateless functional components? #975
Labels
discussion needed
infrastructure
tech-debt
Used for issues that typically don't directly affect what the end user sees, such as coding styles
Wanted to bring this up for discussion; it appears that Stateless Functional components (i.e. components declared as simple functions, not classes) are not (easily) selectable in React Devtools (intentionally). The
$r
shortcut is really useful for inspecting state and props. Should we convert our components to class components?The text was updated successfully, but these errors were encountered: