Skip to Content
Learning TypeScript 2.x - Second Edition
book

Learning TypeScript 2.x - Second Edition

by Remo H. Jansen
April 2018
Beginner content levelBeginner
536 pages
13h 21m
English
Packt Publishing
Content preview from Learning TypeScript 2.x - Second Edition

Working with React

React is a library that allows us to implement web user interfaces. In this chapter, we are going to create a small frontend application using React and MobX. A frontend web application is quite different from a Node.js backend web application. It is true that both the web browser and Node.js can understand JavaScript natively, but the environments are quite different. For example, in the Node.js environment, we can access system resources like the filesystem, and we can use CommonJS modules natively. On the other hand, in a web browser, we cannot access resources like the filesystem and CommonJS modules are not supported natively. Also, the performance of a frontend web application is extremely influenced by its loading ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering TypeScript - Fourth Edition

Mastering TypeScript - Fourth Edition

Nathan Rozentals
Learning TypeScript

Learning TypeScript

Josh Goldberg
TypeScript for Beginners

TypeScript for Beginners

Bharath Thippireddy

Publisher Resources

ISBN: 9781788391474Supplemental Content