Forem

# generics

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Extending React Standard Types to Allow for Children as a Function
Cover image for Extending React Standard Types to Allow for Children as a Function

Extending React Standard Types to Allow for Children as a Function

10
Comments
7 min read
Pipelines in TypeScript with Generics
Cover image for Pipelines in TypeScript with Generics

Pipelines in TypeScript with Generics

14
Comments
4 min read
How to deep merge in Typescript

How to deep merge in Typescript

88
Comments 11
7 min read
Typescript inferring - stop writing tests & avoid runtime-errors. pt1
Cover image for Typescript inferring - stop writing tests & avoid runtime-errors. pt1

Typescript inferring - stop writing tests & avoid runtime-errors. pt1

34
Comments
8 min read
Type inferred react-redux under 20 lines
Cover image for Type inferred react-redux under 20 lines

Type inferred react-redux under 20 lines

20
Comments
10 min read
How to add types for Object.fromEntries
Cover image for How to add types for Object.fromEntries

How to add types for Object.fromEntries

49
Comments 8
5 min read
Typescript generics - stop writing tests & avoid runtime-errors. pt2
Cover image for Typescript generics - stop writing tests & avoid runtime-errors. pt2

Typescript generics - stop writing tests & avoid runtime-errors. pt2

21
Comments
9 min read
Generics for user interfaces
Cover image for Generics for user interfaces

Generics for user interfaces

5
Comments
4 min read
Understanding Typescript Generics
Cover image for Understanding Typescript Generics

Understanding Typescript Generics

14
Comments
4 min read
Generics in Kotlin

Generics in Kotlin

2
Comments
4 min read
Why I like generics in golang

Why I like generics in golang

12
Comments
3 min read
Dictionary on generics

Dictionary on generics

6
Comments
15 min read
A Concise Guide to the Latest Go Generics Draft Design
Cover image for A Concise Guide to the Latest Go Generics Draft Design

A Concise Guide to the Latest Go Generics Draft Design

34
Comments 2
4 min read
A peculiar journey to a generic React component using TypeScript
Cover image for A peculiar journey to a generic React component using TypeScript

A peculiar journey to a generic React component using TypeScript

27
Comments 1
13 min read
Effective Java! Eliminate Unchecked Warnings

Effective Java! Eliminate Unchecked Warnings

6
Comments
2 min read
Effective Java! Don't Use Raw Types

Effective Java! Don't Use Raw Types

14
Comments 1
4 min read
Converting bits to integers in Rust using generics

Converting bits to integers in Rust using generics

7
Comments 2
4 min read
Generics de TypeScript
Cover image for Generics de TypeScript

Generics de TypeScript

9
Comments
4 min read
TypeScript Generics - Recover your type checks and IntelliSense
Cover image for TypeScript Generics - Recover your type checks and IntelliSense

TypeScript Generics - Recover your type checks and IntelliSense

18
Comments
6 min read
Using Typescript Generic Constraints to Restrict Function Arguments Based on Other Arguments
Cover image for Using Typescript Generic Constraints to Restrict Function Arguments Based on Other Arguments

Using Typescript Generic Constraints to Restrict Function Arguments Based on Other Arguments

14
Comments
1 min read
Covariance and contravariance in generic types
Cover image for Covariance and contravariance in generic types

Covariance and contravariance in generic types

14
Comments
5 min read
Modern PHPDoc Annotations

Modern PHPDoc Annotations

46
Comments 3
18 min read
Is Declaration Merging and Generic Inheritance at the Same Time Impossible?

Is Declaration Merging and Generic Inheritance at the Same Time Impossible?

12
Comments 7
3 min read
My first attempt at Generics...
Cover image for My first attempt at Generics...

My first attempt at Generics...

9
Comments
3 min read
Java generics and the problems it solved.

Java generics and the problems it solved.

19
Comments 1
5 min read
loading...