#props-in-reactjs
Read more stories on Hashnode
Articles with this tag
I built a toggle component (Dark / Light functionality) that 'toggles' a class depending on the state (code below), BUT I made a classic...
Code I wrote: simple code to demonstrate dynamic component rendering, prop handling, and the importance of keys in mapping arrays. I learned the...