Typescript News
Discover the latest Typescript development news, repositories, and conferences at Hackertab.
Latest Typescript articles

Monitoring Next.js applications in 2023 (on Vercel)
Monitoring Next.js applications in 2023 (on Vercel) Using Checkly, Axiom and Sentry. I’ve recently found what feels like a winning formula for monitoring Next.js applications: Checkly: scheduled browser and API checks Axiom: logging for page functions and API routes Sentry: error tracking on frontend and backend All 3 tools use the phrase “built for developers” in their marketing, and they actually mean…...
March 27, 2023medium
Smart & Dumb Components in Angular 🤔
Smart & Dumb Components in Angular 🤔 Photo by Michael Dziedzic on Unsplash Components are the building blocks of Angular applications. They are responsible for managing the UI and the behavior of a specific part of the application. Components can be categorized into two types according to their responsibilities: Smart Components and Dumb Components. Dumb components Dumb components focuses only on rendering the user interface…...
March 27, 2023medium

SDET: New Playwright UI Mode looks awesome
SDET: New Playwright UI Mode looks awesome Hello dear Bug Hunter engineers A few days ago (from this article), the Playwright team released a new cool feature called “UI Mode”. Release notes details: https://playwright.dev/docs/release-notes#version-132. I already had a chance to have a look at it, face and solve my test project configuration problems. Even though it is…...
March 27, 2023medium

Setup ReactJs + TS + Styled-Componets + Redux
Intro In this blog tutorial, we will see how we can setup a ReactJs project with...
March 27, 2023devto

How to Use TypeScript in React Apps
January 30, 2023freecodecamp

Next.js and Rust: An Innovative Approach to Full-Stack Development
Recently, shuttle released a Node.js CLI package that allows you to quickly bootstrap an application that uses a Next.js frontend with a Rust backend that uses Axum, a popular Rust web framework with easy-to-use, uncomplicated syntax. The app we'll b...
March 22, 2023hashnode

Object Oriented Programming using Typescript: A Complete Guide
Classes They are the blueprint for its instances (objects that the class produce). JavaScript has had classes since the ES5 language implementations. In there it was introduced to us the native implementations of “classes” was. Typescript extends the...
March 27, 2023hashnode

TypeScript for React Developers – Why TypeScript is Useful and How it Works
November 03, 2022freecodecamp
![Cannot use import statement outside a module [React TypeScript Error Solved]](/_next/image?url=https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2022%2F11%2Fmarkus-spiske-iar-afB0QQw-unsplash.jpg&w=640&q=75)
Cannot use import statement outside a module [React TypeScript Error Solved]
November 15, 2022freecodecamp
Using Typescript without compilation
Over the past couple of days, an article about the next major version of Svelte blew up on twitter,...
March 26, 2023devto
Trending repositories
gencay/vscode-chatgpt
An unofficial Visual Studio Code - OpenAI ChatGPT integration
2,699 stars674 forks
nestjs/nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
55,422 stars6,684 forks