CK
One big issue with this is that this doesn't provide an accessible accordion. You also don't need to implement this in React since HTML provides the details and summary elements which give you native accordion functionality which is accessible as well, for free!
CommentArticleMar 25, 2021How to Build Accordion In React From Scratch Without Using Any External Library