DEV Community

Discussion on: NPM libraries: which are the good ones?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Looking at my recent repos, my current favs are

  • pnpm
  • better-sqlite3
  • cheerio
  • fastify
  • incremental-dom - I wrote a post about this.
  • fast-glob; haven't tried globby yet
  • markdown-it and related; or sometimes, showdown which is complete without plugins
  • js-yaml
  • zod or jsonschema-definer
  • prettier - much simpler to set up than eslint, and comes with sensible defaults
  • id128, for generating ULID / sortable UUID
  • xregexp
  • codemirror
  • monaco-editor - Yes, you can embed VSCode in your website.
  • highlight.js / prism.js
  • reveal.js
  • chart.js
Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

thanks!