An open API service indexing awesome lists of open source software.

https://github.com/sefatanam/dive-into-typescript

Typescript experiments
https://github.com/sefatanam/dive-into-typescript

advanced basics benchmark experiment fp-ts interview typescript

Last synced: about 1 year ago
JSON representation

Typescript experiments

Awesome Lists containing this project

README

          

# Dive into TypeScript

Welcome to the **Dive into TypeScript** repository! This project is a collection of examples and challenges designed to help you explore and master advanced TypeScript concepts. Whether you're just starting out or looking to deepen your understanding, this repository offers a structured way to learn TypeScript in a practical manner.

## Repository Overview

The repository is organized into several key sections, each focusing on different aspects of TypeScript:

- **Advanced TypeScript Concepts**: Dive into decorators, generics, namespaces, and utility types.
- **Advanced TypeScript Types**: Explore union types, dynamic function arguments, and more.
- **Basic Observer Pattern**: A simple implementation of the observer pattern.
- **Raw TypeScript Practice**: Hands-on practice with abstract classes, function composition, and data structures like linked lists.

## Getting Started

To get started, clone the repository and navigate to the section you're interested in. Each section contains its own `package.json` and `tsconfig.json` files, so you can easily install dependencies and run the examples.

```bash
git clone https://github.com/your-username/dive-into-typescript.git
cd dive-into-typescript
```

Happy coding! 🚀