• 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.

A Complete Guideline to Creating a Modern React App With TypeScript From Scratch
react2023-07-08
Mohammad FaisalMohammad Faisal

A Complete Guideline to Creating a Modern React App With TypeScript From Scratch

To read more articles like this, visit my blog Going inside any framework has two benefits. It makes...

Create React UI Lib 1.1: Ladle and ESLint
typescript2023-07-08
MishaMisha

Create React UI Lib 1.1: Ladle and ESLint

Recently I've released Create React UI Lib: a CLI tool that helps you set up and start building your...

Discriminated unions in Typescript
typescript2023-07-08
Michal M.Michal M.

Discriminated unions in Typescript

How to use Discriminated unions type in Typescript and type your API response

Type Narrowing in TypeScript: A Journey through Type Inference
webdev2023-07-08
Rubén AlapontRubén Alapont

Type Narrowing in TypeScript: A Journey through Type Inference

In this article, we'll explore the concept of type narrowing in TypeScript—a powerful technique that...

Code Snippet Builder - Create stunning code snippets
webdev2023-07-06
Sachin ChaurasiyaSachin Chaurasiya

Code Snippet Builder - Create stunning code snippets

The Code Snippet Builder is an innovative tool designed to help developers and programmers create...

ESM & CJS: The subtle shift in bundlejs' behaviour
esm2023-07-08
Okiki OjoOkiki Ojo

ESM & CJS: The subtle shift in bundlejs' behaviour

Greetings, fellow devs and bundlejs aficionados! 🚀 I was closing out some long lived issues over on...

100 Days Code Challenge: Frontend Engineers
100daysofcode2023-07-07
Dharan GanesanDharan Ganesan

100 Days Code Challenge: Frontend Engineers

Hey fellow frontend engineers! I'm excited to announce the launch of the 100 Days Code Challenge...

TypeScript: "type predicates"
typescript2023-07-08
Lautaro SuarezLautaro Suarez

TypeScript: "type predicates"

What are type predicates? This question came up while I was going through the TypeScript...

Declaring JSX types in TypeScript 5.1
webdev2023-07-06
Matt AngelosantoMatt Angelosanto

Declaring JSX types in TypeScript 5.1

Written by John Reilly✏️ A new feature, described as “decoupled type-checking between JSX elements...

Mastering the Art of ESM and CJS Package Handling
typescript2023-07-08
Okiki OjoOkiki Ojo

Mastering the Art of ESM and CJS Package Handling

bundlejs now bundles ESM and CJS packages with ease, bringing harmony and humor to the js format wars

💡 TypeScript - Template Literal Types
typescript2023-07-07
Rafael ThaytoRafael Thayto

💡 TypeScript - Template Literal Types

Template Literal Types é um bglh insano que expande as possibilidades do que já era possível com o...

A basic question about use of typescript with Vue.js
vue2023-07-07
John DoeJohn Doe

A basic question about use of typescript with Vue.js

Hi, I'll start to an internship, and the company said me to learn some basics about vue.js and...

How to set up TypeScript with Node.js and Express (2023)
javascript2023-07-04
Sukanta DasSukanta Das

How to set up TypeScript with Node.js and Express (2023)

In this article, we’ll cover a Best way to set up TypeScript in an Express app, understanding the...

Understanding flatMap() and other TypeScript arrays
typescript2023-07-06
Matt AngelosantoMatt Angelosanto

Understanding flatMap() and other TypeScript arrays

Written by Muhammed Ali✏️ Arrays are an essential part of TypeScript, allowing developers to store...

PySeKT Stack: Your WebDev Arena in Elon vs. Zuckerberg's Colosseum
webdev2023-07-06
Bishwas BhandariBishwas Bhandari

PySeKT Stack: Your WebDev Arena in Elon vs. Zuckerberg's Colosseum

Hey Devs, lend me your ears! Did you see the news about Elon Musk and Mark Zuckerberg grappling in...

Client & server-side validation with Zod.
webdev2023-07-06
Rk Rk

Client & server-side validation with Zod.

Validating the data we receive from various sources is crucial. It's a common challenge faced when...