rockerest’s avatarrockerest’s Twitter Archive—№ 14,644

  1. …in reply to @_jmpp
    _jmpp @AmeriRyan getify I would say it's fluid *enough*. I regularly have a perf problem when VSCode opens a file and tries to initialize something big (like ESLint, for example). I suspect that's a FS i/o problem. I'm writing plain JavaScript, HTML, and CSS. Almost always Web Components top to bottom.
    1. …in reply to @rockerest
      _jmpp @AmeriRyan getify If you're curious about libraries.... I use a lot! Most frequently: LitElement and lit-html are better versions of DOM utilities I've written myself, so I usually use those. I exclusively write event-driven apps, so I use RxJS heavily. PageJS for FE routing. Luxon for dates.