• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Unsafe 'PropsWithChildren' Utility type in React TypeScript App
typescript2023-07-15
Muhammad A FaishalMuhammad A Faishal

Unsafe 'PropsWithChildren' Utility type in React TypeScript App

As React developer, we are all familiar with creating components, whether as classes or functions, to...

Let's make your first React Typescript Todo web app
react2023-07-17
Husnain MustafaHusnain Mustafa

Let's make your first React Typescript Todo web app

When I started React with typescript, I found it a bit difficult to code as I had little to no...

Creating a React component library using with Storybook, TypeScript, Eslint, Husky, Vite & TailwindCSS.
react2023-07-16
Serif COLAKELSerif COLAKEL

Creating a React component library using with Storybook, TypeScript, Eslint, Husky, Vite & TailwindCSS.

Github link : Github Link This is a boilerplate for creating a React component library using with...

GitHub action: Next version proposal action
github2023-07-17
Pon Cheol, KuPon Cheol, Ku

GitHub action: Next version proposal action

Github action which recommends a name for the next version based on your git tag and pull request...

React Testing library setup with vite
jest2023-07-17
smeet-kachhadiyasmeet-kachhadiya

React Testing library setup with vite

First of all make new project using vite & typescript. Use following command yarn create...

How to Build a GraphQL API with Express and TypeScript
graphql2023-07-16
Alahira Jeffrey CalvinAlahira Jeffrey Calvin

How to Build a GraphQL API with Express and TypeScript

Introduction In a previous post titled GraphQL: An Introduction, we delved into what...

React + Vite: OpenAI ChatGPT Placeholder Chrome Extension
react2023-07-16
SeongKuk HanSeongKuk Han

React + Vite: OpenAI ChatGPT Placeholder Chrome Extension

Preview Why I decided to make the extension These days, I have been...

Unleashing the Power of TypeScript: Key Considerations in tsconfig
typescript2023-07-16
Maksim ZemskovMaksim Zemskov

Unleashing the Power of TypeScript: Key Considerations in tsconfig

If you're building complex web applications, TypeScript is likely your programming language of...

Extend VSCode workspace settings from another file
vscode2023-07-16
Kalimah AppsKalimah Apps

Extend VSCode workspace settings from another file

TL;DR I created a VSCode extension, Tabaqa, to enable extending workspace settings from...

Speed up AWS CDK deploys up to 80%
aws2023-07-16
Miguel A. CallesMiguel A. Calles

Speed up AWS CDK deploys up to 80%

TL;DR The ts-node package needed the speed boost Support me by reading this post on...

Real-Time Network Status Monitoring/checking in React with TypeScript
react2023-07-16
Lakshmanan ArumugamLakshmanan Arumugam

Real-Time Network Status Monitoring/checking in React with TypeScript

Efficiently Monitor and Respond to Network Connectivity in Real-Time using React and TypeScript Most...

TypeScript Wrapper: Optional Inputs and Dynamic Output Types
typescript2023-07-15
Nicolas BouvretteNicolas Bouvrette

TypeScript Wrapper: Optional Inputs and Dynamic Output Types

While many articles explain how to write a wrapper, in this one we’ll show you how to fully control...

The Power of Dependency Injection in TypeScript
webdev2023-07-15
Rubén AlapontRubén Alapont

The Power of Dependency Injection in TypeScript

In this article, we'll explore the concept of dependency injection in TypeScript and how it can...

Getting Started With Typescript
typescript2023-07-15
Pauline OraroPauline Oraro

Getting Started With Typescript

Table of contents: What is Typescript Why should we use Typescript Advantages of...

CORS Issues Fixing in Angular16 Application
angular2023-07-15
SrinathSreeSrinathSree

CORS Issues Fixing in Angular16 Application

Cross-Origin Resource Sharing (CORS) is a mechanism or a protocol that allows devices on one...

[Vue] Arrays and v-model on it's items with a simple wrapper
vue2023-07-15
jkoniecznyjkonieczny

[Vue] Arrays and v-model on it's items with a simple wrapper

Arrays and v-model in Vue 3 Vue’s template compiler deals with arrays with v-for...