• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From marvinh.dev

Speeding up the JavaScript ecosystem - Isolated Declarations

0 0

TypeScript's new isolated declaration feature is a game changer for sharing code among developers. It significantly simplifies the process of packaging your code for consumption whilst reducing the time to create type definition files from minutes, sometimes even hours, down to less than a second.

on Jul 6

From marvinh.dev

Speeding up the JavaScript ecosystem - one library at a time

0 0

Most popular libraries can be sped up by avoiding unnecessary type conversions or by avoiding creating functions inside functions.

on Nov 3

From marvinh.dev

Speeding up the JavaScript ecosystem - Tailwind CSS

0 0

Since its inception, Tailwind CSS has become a super popular way to style web projects. This time we will be taking a look at the architecture that powers it and what can be done to improve it.

on Nov 2

From marvinh.dev

Speeding up the JavaScript ecosystem - eslint

0 0

Linting is the act of finding patterns in code that could lead to mistakes or ensure a consistent reading experience. It's a core piece of many JavaScript/TypeScript projects. We found lots of potential for time savings in their selector engine and AST conversion process and a perfect linter...

on Oct 9

From marvinh.dev

Speeding up the JavaScript ecosystem - The barrel file debacle

0 0

Many projects are littered with files that just re-export other files. These so called "barrel files" are one of the key reasons why JavaScript tooling is slow in bigger projects.

on Oct 8