FAQ React
I created an accordion component that spews out the FAQ content into the FAQ component
Requested feedback
How best could I have done this?
Comments
Whenever you create a list / map of react components, you need to include a unique key so React can identify the component when diffing the virtual dom. https://reactjs.org/docs/lists-and-keys.html
You must be signed in to post a comment