code-guide icon indicating copy to clipboard operation
code-guide copied to clipboard

Add new JS section

Open mdo opened this issue 3 years ago • 0 comments

  • Consider a third general section for JS
  • Include updates for React, Vue, Svelte, etc?

Some general thoughts:

  • Let/const over var
  • No semicolons
  • arrow functions vs “normal” functions?
  • variable names camelcase?
  • Function names?
  • JS linter of choice?
  • Async loading

mdo avatar May 26 '22 17:05 mdo