flipboard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to Flipboard on Mastodon. A place for our community of curators and enthusiasts to inform and inspire each other. If you'd like to join please request an invitation via the sign-up page.

Administered by:

Server stats:

1.2K
active users

#node

5 posts5 participants2 posts today

Hoo boy am I tired of seeing messages in my browser's JavaScript from some deep transitive dependency of the app I work on, saying "We're about to remove support for <feature that a slightly less nested transitive dependency uses>, sucks to be you."

This whole developer ecosystem is a nightmare of endless compatibility problems, 90% of them trivially avoidable with a moment's thought.

#Node#NPM#React

Where the hell do you get started making "modern" UIs with HTML/CSS/JavaScript?

I'm used to writing everything by hand. Now I've got to somehow choose between 4,000 "modern, performant, etc." frameworks. Do I use JavaScript or can I use something better like TypeScript? Which of the 30 different "modern, perfromant, etc." build systems do I use?

How many million NPM packages are each of these going to require?