javascript-react-patterns icon indicating copy to clipboard operation
javascript-react-patterns copied to clipboard

Update compound-pattern.mdx. Remove Context API.

Open shum-dev opened this issue 2 months ago • 1 comments

Since we are using React.Children.map with React.cloneElement, we now access all the state through props. Context API is not valid here.

shum-dev avatar Oct 30 '25 10:10 shum-dev