Reactjs: Arrays in jsx
· One min read
When I tried out Reactjs tutorial few months ago, I noticed that in the official starter code, they repeated same div
elements in the render()
method, just in case of change in the source, I will list it here: