tordvb10 / first-react-project-tordvb10-moduleD

https://enkel-nettside.netlify.app
0 stars 0 forks source link

Rendering lists of components #3

Open LarsGJobloop opened 7 months ago

LarsGJobloop commented 7 months ago

https://github.com/tordvb10/first-react-project-tordvb10-moduleD/blob/ac34ec81e89ab6006373b745f24a3f7285358493/src/App.jsx#L23C1-L26C30

https://github.com/tordvb10/first-react-project-tordvb10-moduleD/blob/ac34ec81e89ab6006373b745f24a3f7285358493/src/App.jsx#L13C1-L13C50

There are a couple of issues in the code here. I suggest you look through the offical React documentation for rendering lists and see how the examples their is implemented.