React has a react compiler which is a babel plugin that optimises react code as a build-time step.
It's compatible with react 18 which we're using and has the potential to improve runtime performance of our react components without us having to go in and add manual useMemo, useCallback, etc.
We should look at adding this to all relevant repositories.