Skip to content

pinkbear/Learn-React-with-TypeScript-3

 
 

Repository files navigation

Learn React with TypeScript 3

Learn React with TypeScript 3

This is the code repository for Learn React with TypeScript 3, published by Packt.

Beginner's guide to modern React web development with TypeScript 3

What is this book about?

React today is one of the most loved and preferred choices for front-end development. Using React with TypeScript enhances development experience and offers a powerful combination to develop high performing web apps. This book will take you through a journey of web development with the help of the latest version of React and TypeScript 3.

This book covers the following exciting features:

  • Gain a first-hand experience of TypeScript and its productivity features
  • Transpile your TypeScript code into JavaScript for it to run in a browser
  • Learn relevant advanced types in TypeScript for creating strongly typed and reusable components.
  • Create stateful function-based components that handle lifecycle events using hooks
  • Get to know what GraphQL is and how to work with it by executing basic queries to get familiar with the syntax

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

import * as React from "react";
const App: React.SFC = () => {
  return <h1>My React App!</h1>;
};

Following is what you need for this book: The ideal target audience for this book are web developers who want to get started with creating modern day web apps with React and TypeScript.You are expected to have a basic understanding of JavaScript and HTML programming. No prior knowledge of TypeScript and React is needed.

With the following software and hardware list you can run all code files present in the book (Chapter 1-11).

Software and Hardware List

Chapter Software required OS required
All Chrome (latest) Windows 7 or later OS X Yosemite 10.10 or later
All Node.js 8.2+ and npm 5.2+ Windows 7 or later OS X Yosemite 10.10 or later
All Visual Studio Code (latest) Windows 7 or later OS X Yosemite 10.10 or later

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Carl Rippon has been involved in the software industry for over 20 years, developing a complex line of business applications in various sectors. He has spent the last eight years building single page applications using a wide range of JavaScript technologies, including Angular, ReactJS, and TypeScript. Carl has written over 100 blog posts on various technologies.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Learn React with TypeScript 3, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.4%
  • CSS 8.8%
  • HTML 6.6%
  • JavaScript 0.2%