Typescript News
Discover the latest Typescript development news, repositories, and conferences at Hackertab.
Latest Typescript articles
Building a Simple Online Watch with React and TypeScript
Building a Simple Online Watch with React and TypeScript Discovering the Beauty of React Hooks and TypeScript As a web developer, I’ve always been fascinated by the seamless combination of functionality and design. This time, I decided to take a simple concept — an online watch — and turn it into a sleek, functional React app using TypeScript. In this post, I’ll share my journey of building…...
02 December 2023medium

Generate a GitHub app token on demand
Generate a GitHub app token on demand This is a simple TypeScript (for Node.js) snippet you can use to generate a token for a GitHub app. Reference: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation The requirement is to have a GitHub app installed inside an organization. Note: scroll down to know how to find the values of the various parameters of the function. …...
01 December 2023medium
Harness the Power of Built-In Features: Simplifying React Forms with Browser FormData.
Harness the Power of Built-In Features: Simplifying React Forms with Browser FormData. Very often when we want users to interact with our websites or apps, we are using forms. Examples of forms could be sign-ups, log-in or checkout forms. Photo by Mourizal Zativa on Unsplash In this article, we will create a simple login form to illustrate the process of simplifying forms. A login form serves as an excellent starting point for this demonstration, as it involves just two input fields username and password. First, we will be building a form by using React features…...
01 December 2023medium
Embracing TypeScript with React: A Comprehensive Guide to Enhanced Type Safety
Embracing TypeScript with React: A Comprehensive Guide to Enhanced Type Safety TypeScript, a superset of JavaScript, has gained remarkable popularity in web development, particularly in conjunction with React, the prevalent JavaScript library for building user interfaces. By introducing static type checking, TypeScript enhances code reliability, maintainability, and developer experience for React applications. In this comprehensive guide, we’ll delve into the transformative…...
01 December 2023medium

Demystifying TypeScript: Choosing Between Interfaces and Types for Stronger Code Structures
Demystifying TypeScript: Choosing Between Interfaces and Types for Stronger Code Structures In the TypeScript universe, the ‘interface’ and ‘type’ declarations are akin to superheroes for shaping our data structures. But, when should we call on ‘interface,’ and when does ‘type’ swoop in to save the day? In this concise guide, we’ll unravel the mystery, exploring the differences and use cases of…...
01 December 2023medium

Are You in the NPM Package Business? Some Facts I Learned on the Road
I love back-end development. I love C#. I would have never guessed, in a million years that I would...
01 December 2023devto

Are You in the NPM Package Business? Some Facts I Learned on the Road
I love back-end development. I love C#. I would have never guessed, in a million years that I would end up creating not 1, not 2, but soon-to-be 3 NPM packages. C# is the love of my life, not to mention it ranks in the top 10 for performance in the H...
01 December 2023hashnode

Advanced TypeScript: A Guide to Functions with Union Types
Advanced TypeScript: A Guide to Functions with Union Types Union types in functions and their impact on your coding efficiency. Understanding TypeScript: Union Types in Functions TypeScript, known for its powerful typing system, presents unique challenges and opportunities. One such challenge is typing functions that handle union types. This article explores the intricacies of this process, aiming to enhance your TypeScript skillset. Let’s start with a common scenario: you have multiple interfaces, each with distinct properties…...
01 December 2023medium

React and TypeScript: A Perfect Match for Modern Web Development
React and TypeScript: A Perfect Match for Modern Web Development image uploaded from Google In the fast-paced world of web development, the fusion of React and TypeScript has become a dynamic force, reshaping how developers create powerful and scalable applications. In this blog, we’re going to explore the awesome teamwork between React and TypeScript. We’ll break down the cool stuff they do together, using…...
01 December 2023medium
Interface vs Type in TypeScript: Unraveling the Differences
When navigating the TypeScript landscape, understanding the nuances between interfaces and type aliases is crucial. Both offer powerful ways to define shapes, but they exhibit distinct behaviors. Declaration and Extension: Interface: It employs the ...
01 December 2023hashnode
Trending Typescript repositories
mattermost/focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
17,299 stars1,471 forks
immich-app/immich
Self-hosted photo and video backup solution directly from your mobile phone.
21,582 stars903 forks
mui/material-ui
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
89,727 stars30,746 forks