Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
dependencies

4 Articles
{
,

}
Direct link to the article npm ruin dev
build tool dependencies

npm ruin dev

In 2020, I rediscovered the enjoyment of building a website with plain ol’ HTML, CSS, and JavaScript — no transpilin’, no compilin’, no build tools other than my hands on the keyboard.…

Avatar of Jeremy Keith
Jeremy Keith on Dec 9, 2020
Direct link to the article On dependency
dependencies

On dependency

Direct Link

Rob Weychert:

But I can’t host your site or even my own site. I didn’t build the CMS. Other people made the hardware and software I use to generate and optimize images. Other people made the fonts. Other people

…
Avatar of Chris Coyier
Shared by Chris Coyier on Jul 16, 2020
Direct link to the article Hard Costs of Third-Party Scripts
dependencies third-party

Hard Costs of Third-Party Scripts

Direct Link

Dave Rupert:

Every client I have averages ~30 third-party scripts but discussions about reducing them with stakeholders end in “What if we load them all async?” This is a good rebuttal because there are right and wrong ways to

…
Avatar of Chris Coyier
Shared by Chris Coyier on Oct 22, 2018
Direct link to the article Dealing with Dependencies Inside Design Systems
dependencies design systems

Dealing with Dependencies Inside Design Systems

Direct Link

Dependencies in JavaScript are pretty straightforward. I can’t write library.doThing() unless library exists. If library changes in some fundamental way, things break and hopefully our tests catch it.

Dependencies in CSS can be a bit more abstract. Robin just wrote …

Avatar of Chris Coyier
Shared by Chris Coyier on Oct 19, 2018

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Agency Coaching
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top