anti-patternsReactAnti PatternsMediumWhich of these is an anti-pattern related to derived data?1Using useEffect to compute data that could just be calculated during render2Computing a value inline during render3Using useMemo only where it helps4Passing props downBack to list