awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

4 مستودعات

Awesome GitHub RepositoriesTypeScript Learning Paths

Progressive learning resources that bridge JavaScript knowledge to TypeScript's type system.

Distinct from JavaScript Learning Resources: Distinct from JavaScript Learning Resources: focuses on transitioning from JavaScript to TypeScript, not general JavaScript learning.

Explore 4 awesome GitHub repositories matching education & learning resources · TypeScript Learning Paths. Refine with filters or upvote what's useful.

Awesome TypeScript Learning Paths GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • xcatliu/typescript-tutorialالصورة الرمزية لـ xcatliu

    xcatliu/typescript-tutorial

    10,725عرض على GitHub↗

    This is a comprehensive tutorial for learning TypeScript, designed for JavaScript programmers who want to understand the language's type system and modern features. The resource covers TypeScript's core identity, including its structural type compatibility, compile-time type erasure, declaration file merging, and the discriminated union pattern for precise type narrowing. The tutorial distinguishes itself by providing a progressive learning path from basic JavaScript concepts to advanced TypeScript patterns. It covers generic type parameter constraints, tuple types with fixed-length positions

    Provides a progressive learning path from JavaScript to TypeScript's type system.

    TypeScriptjavascripttutorialtypescript
    عرض على GitHub↗10,725
  • ljianshu/blogالصورة الرمزية لـ ljianshu

    ljianshu/Blog

    7,927عرض على GitHub↗

    هذا المشروع عبارة عن مدونة هندسية للواجهة الأمامية ومورد تعليمي يوفر مقالات تقنية وتحليلات عميقة في TypeScript، وأطر عمل الويب، وداخلية أدوات البناء. يعمل كدليل للمقابلات التقنية، حيث يقدم أسئلة برمجية منسقة وأنماطاً معمارية لمساعدة المطورين في التحضير لتقييمات التوظيف الهندسية. يعمل الموقع كمورد تقني لـ TypeScript ومستودع تعليمي أوسع لتطوير الويب، مع التركيز على داخلية المتصفح وهندسة البرمجيات. يتضمن مواد لتحليل الأنماط التقنية ودراسة المبادئ الأساسية لمكتبات الواجهة الأمامية الحديثة. تم بناء المنصة باستخدام توليد المواقع الثابتة لتقديم صفحات HTML مسبقة العرض عبر خط أنابيب محتوى قائم على Markdown. تستخدم الواجهة بنية قائمة على المكونات مع توجيه من جانب العميل وتخطيط شبكي متجاوب.

    Provides deep dives into the internal mechanics and advanced concepts of the TypeScript language.

    JavaScript
    عرض على GitHub↗7,927
  • jkchao/typescript-book-chineseالصورة الرمزية لـ jkchao

    jkchao/typescript-book-chinese

    6,644عرض على GitHub↗

    This is a Chinese translation of the TypeScript Deep Dive book, a comprehensive guide focused on mastering TypeScript’s static type system and advanced type features. The project translates the original English content into Chinese while preserving technical accuracy, covering the type system, generics, conditional types, and mapped types with practical examples. The translation is organized into logical chapters that progress from basics to advanced topics, with side-by-side code examples and Chinese explanations to illustrate type system concepts concretely. It also integrates TypeScript re

    Provides a comprehensive Chinese translation of the TypeScript Deep Dive book for learning the type system.

    TypeScriptbookreactredux
    عرض على GitHub↗6,644
  • microsoft/typescript-handbookالصورة الرمزية لـ microsoft

    microsoft/TypeScript-Handbook

    4,855عرض على GitHub↗

    هذا المشروع عبارة عن دليل شامل ومورد تعليمي للغة TypeScript. يغطي المبادئ الأساسية للغة، بما في ذلك نظام الأنواع الهيكلي، وتحليل الأنواع الساكن، وعملية تحويل ملفات المصدر المكتوبة بأنواع إلى JavaScript. تفصل المادة كيفية نمذجة البيانات المعقدة ومنطق الأنواع القابل لإعادة الاستخدام باستخدام الأنواع العامة (generics)، والأنواع الشرطية، والأنواع المعينة. كما يشرح استخدام ملفات الإعلان لتوفير سلامة الأنواع لمكتبات JavaScript الخارجية ودمج فحص الأنواع في مشاريع JavaScript الحالية عبر تعليقات JSDoc. يمتد نطاق المحتوى إلى أنماط البرمجة كائنية التوجه، ومعالجة DOM، وتكوين سلوكيات المترجم. يتضمن توجيهاً حول إدارة قابلية التشغيل البيني للوحدات، وإعداد خطوط أنابيب البناء، واستخدام ذكاء المحرر لتحسين إنتاجية المطور.

    Serves as a comprehensive educational resource for learning TypeScript syntax and its type system.

    JavaScriptdocumentationlearntypescript
    عرض على GitHub↗4,855
  1. Home
  2. Education & Learning Resources
  3. JavaScript Learning Resources
  4. TypeScript Learning Paths

استكشف الوسوم الفرعية

  • Internal Mechanics StudiesEducational resources focusing on the internal workings and advanced type system mechanics of TypeScript. **Distinct from TypeScript Learning Paths:** Focuses on internal language mechanics and deep-dives rather than progressive learning paths for beginners