Javascript – How can I Render a React component with an array that gets updated by an external function
I have a component that needs to render an array of divs, the array should add another div after a certain function outside the component is triggered, the function is outside the component because it needs to be exported. The…