Mastering React
-
VSCode extension Simple React Snippets
-
var vs let: var is scoped to function, let is scoped to block
-
bracket notation; vs dot notation; for accessing object properties;
VSCode extension Simple React Snippets
var vs let: var is scoped to function, let is scoped to block
bracket notation; vs dot notation; for accessing object properties;