How to use the spread operator (...) in React
Stumbled upon three dots or an ellipsis in JavaScript and wondered what on earth it means?? Allow me to formally introduce you to the spread operator (...)! A handy JavaScript feature that makes your code simpler, compact, and more pleasant to write. Spread might seem odd at first 👀 but if you