import React from 'react'; export default function AntiPattern() { return (

An Anti-Pattern is a common response to a recurring problem that is usually ineffective and risks being highly counterproductive.

It's a solution that looks good on the surface but has bad consequences in the long run.

Common React Anti-Patterns

); }