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

Articles Tagged
typescript

12 Articles
{
,

}
Direct link to the article The Relevance of TypeScript in 2022
typescript

The Relevance of TypeScript in 2022

It’s 2022. And the current relevance of TypeScript is undisputed. TypeScript has dominated the front-end developer experience by many, many accounts. By now you likely already know that TypeScript is a superset of JavaScript, building on JavaScript by adding …

Avatar of Mamta Dalal
Mamta Dalal on Jan 31, 2022 (Updated on Feb 1, 2022)
Direct link to the article Demystifying TypeScript Discriminated Unions
typescript

Demystifying TypeScript Discriminated Unions

TypeScript is a wonderful tool for writing JavaScript that scales. It’s more or less the de facto standard for the web when it comes to large JavaScript projects. As outstanding as it is, there are some tricky pieces for the …

Avatar of Adam Rackis
Adam Rackis on Jan 27, 2022
Direct link to the article Building a Tennis Trivia App With Next.js and Netlify
netlify next.js tailwind typescript

Building a Tennis Trivia App With Next.js and Netlify

Today we will be learning how to build a tennis trivia app using Next.js and Netlify. This technology stack has become my go-to on many projects. It allows for rapid development and easy deployment.

Without further ado let’s jump in!…

Avatar of Brenley Dueck
Brenley Dueck on Oct 8, 2021
Direct link to the article CSS in TypeScript with vanilla-extract
css-in-js typescript vanilla-extract

CSS in TypeScript with vanilla-extract

vanilla-extract is a new framework-agnostic CSS-in-TypeScript library. It’s a lightweight, robust, and intuitive way to write your styles. vanilla-extract isn’t a prescriptive CSS framework, but a flexible piece of developer tooling. CSS tooling has been a relatively stable space over …

Avatar of Hugh Haworth
Hugh Haworth on Oct 7, 2021
Direct link to the article Integrating TypeScript with Svelte
svelte typescript

Integrating TypeScript with Svelte

Svelte is one of the newer JavaScript frameworks and it’s rapidly rising in popularity. It’s a template-based framework, but one which allows for arbitrary JavaScript inside the template bindings; it has a superb reactivity story that’s simple, flexible and effective; …

Avatar of Adam Rackis
Adam Rackis on Dec 24, 2020 (Updated on Dec 28, 2020)
Direct link to the article TypeScript & Relevance
typescript

TypeScript & Relevance

In our wide world of building for the web, we have every opportunity to talk about tools. We lunge to fill every gap we find in our projects with a definitive technological approach. Some of us are given “a seat …

Avatar of Jake Albaugh
Jake Albaugh on Dec 8, 2020 (Updated on Dec 10, 2020)
Direct link to the article TypeScript, Minus TypeScript
typescript

TypeScript, Minus TypeScript

Unless you’ve been hiding under a rock the last several years (and let’s face it, hiding under a rock sometimes feels like the right thing to do), you’ve probably heard of and likely used TypeScript. TypeScript is a syntactical …

Avatar of Caleb Williams
Caleb Williams on Aug 6, 2020 (Updated on Aug 7, 2020)
Direct link to the article Creating Reusable Base Classes in TypeScript with a Real-Life Example
typescript

Creating Reusable Base Classes in TypeScript with a Real-Life Example

Hey CSS-Tricksters! Bryan Hughes was kind enough to take a concept from an existing post he published on converting to TypeScript and take it a few couple steps further in this post to elaborate on creating reusable base classes. While …

Avatar of Bryan Hughes
Bryan Hughes on Apr 18, 2019
Direct link to the article Understanding why Semantic HTML is important, as told by TypeScript
HTML semantics typescript

Understanding why Semantic HTML is important, as told by TypeScript

Direct Link

What a great technological analogy by Mandy Michael. A reminder that TypeScript…

makes use of static typing so, for example, you can give your variables a type when you write your code and then TypeScript checks the types at compile

…
Avatar of Chris Coyier
Shared by Chris Coyier on Aug 15, 2018
Direct link to the article Vue + TypeScript: A Match Made in Your Code Editor
typescript vs code vue vue-cli vuex

Vue + TypeScript: A Match Made in Your Code Editor

Vue is so hot right now and I’ve been thinking of doing a serious project with it since quite a while, so when the opportunity popped up, I hopped in. But there was a little problem — one of the …

Avatar of Vivek Patel
Vivek Patel on Jun 27, 2018 (Updated on Jul 4, 2018)
accessibility modal react typescript

Accessible Web Apps with React, TypeScript, and AllyJS

Accessibility is an aspect of web development that is often overlooked. I would argue that it is as vital as overall performance and code reusability. We justify our endless pursuit of better performance and responsive design by citing the users, …

Avatar of Daniel Yuschick
Daniel Yuschick on Nov 16, 2017
  • 1
  • 2
  • Older

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