Elysia Tools
Navigation
Development
TypeScript Viewer Samples
Sample TypeScript files (interfaces, generics, TSX) for the in-browser TypeScript Viewer
Samples
Entries inside this sample collection
Interfaces & Arrays
A TypeScript example with an interface, typed arrays, and filtering
Difficulty
1/10
Tags
typescript, interface, basic
simple.ts
TS · 433 B
- fileSize
- 433 B
- format
- TypeScript
- extension
- .ts
Generics & Utility Types
TypeScript generics with a generic ApiResponse type and helper
Difficulty
2/10
Tags
typescript, generics, types
generics.ts
TS · 492 B
- fileSize
- 492 B
- format
- TypeScript
- extension
- .ts
React Component (.tsx)
A typed React to-do list component written in TSX
Difficulty
2/10
Tags
typescript, tsx, react, component
react-todos.tsx
TSX · 867 B
- fileSize
- 867 B
- format
- TSX
- extension
- .tsx
Tools
Tools frequently paired with this sample
Related