JavaScript default vs. named export style guide

The current setup uses import/prefer-default-export to enforce a default (versus named) export when only one thing is exported from a module. Read more

Similar

JavaScript is Not a Joke

Two recent post of mine were ridiculed on r/programmingcirclejerk: Building a Simple Stopwatch App with Electron – Submitted by someone as Building a 100MB stopwatch app. Compile Node.js to N… (more…)

Read more »