TypeScript Basics
eBook - ePub

TypeScript Basics

Learn TypeScript from Scratch and Solidify Your Skills with Projects

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

TypeScript Basics

Learn TypeScript from Scratch and Solidify Your Skills with Projects

Book details
Table of contents
Citations

About This Book

Jumpstart your working knowledge of Typescriptwith a quick, practical guide and start using this open source, object orientated language with confidence. This book highlights how Typescript works with JavaScript and its frameworks, giving it greater functionality, especially for larger enterprise projects.

You'll start by reviewing some fundamentals such as how to run a TypeScript file and compile it to JavaScript as well as understand how it sits within the full ecosystem alongside React, Redux, Angular and Webpack. Using a practical project-led approach, you'll go through key concepts and aspects of Typescript such as compilers, arrays, classes and interfaces. Once you complete the fundamental basics, you'll move onto more complex topics like advanced types.

You'll also learn about Decorators, which are a must-have feature in Angular. The book then presents a small To-do list project followed by a larger 'Drag and Drop' project. You'll see howto divide the drag and drop project into small manageable modules and learn to make the project more efficient with Webpack. Lastly, you'll create two more React projects, a party app with React and then one with React and Redux.

Typescript Basics reveals how this JavaScript extension is currently the fastest growing language for web development with more and more developers and companies looking to utilize and adopt it within their current workflows and projects.

What You'll Learn

  • Understand the particulars of Typescript and how it feeds into the JS and Web development eco-system
  • Implement Typescript for enterprise projects
  • Use Typescript with practical projects and examples
  • See how Typescript interacts with major frameworks like React and Angular

Who This Book Is For

Those who want to learn about TypeScript and implement it in their Enterprise or hobby projects with React and Angular. Beginners will find it easy to learn the basic concepts and principles to get started and to progress onto more advanced projects and how to implement them.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access TypeScript Basics by Nabendu Biswas in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484295236

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Getting Started
  4. 2. TypeScript Basics
  5. 3. The TypeScript Compiler
  6. 4. Classes and Interfaces
  7. 5. Advanced Types
  8. 6. Generics and Decorators
  9. 7. Creating a To-do List Project with TypeScript
  10. 8. Creating a Drag-and-Drop Project with TypeScript
  11. 9. Improving the Drag-and-Drop Project
  12. 10. Creating a Party App in ReactJS with TypeScript
  13. 11. Using React Redux with TypeScript
  14. Back Matter