JavaScript JavaScript Essential for React React: The library for web and native user interfaces Destructing Objects and Arrays Rest/Spread Operator Spread Operator (…) Expands (spreads) an array or object into individual elements. Rest Operator (…) …
Visual Code Some Useful Visual Code extensions, settings, and snippets Exentsions Settings Code Snippets 1. “Print to console” 👉 Usage: type cl → Tab → console.log(<cursor>) 2. “reactComponent” 👉 Usage: type rfc → Tab → ready-to-use React function component 3. …