psychedelicious 3a0ec635c9 feat(ui): add eslint rule react/jsx-no-bind
This rule enforces no arrow functions in component props. In practice, it means all functions passed as component props must be wrapped in `useCallback()`.

This is a performance optimization to prevent unnecessary rerenders.

The rule is added and all violations have been fixed, whew!
2023-11-13 10:01:14 +11:00
..
2023-08-18 15:52:04 +10:00
2023-11-07 19:11:25 -08:00
2023-11-04 08:24:01 -07:00
2023-09-12 13:01:58 -04:00
2023-07-28 09:46:44 -04:00
2023-09-12 13:01:58 -04:00