Beginning React : Simplify your frontend development workflow and enhance the user experience of your applications with React

個数:

Beginning React : Simplify your frontend development workflow and enhance the user experience of your applications with React

  • オンデマンド(OD/POD)版です。キャンセルは承れません。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 96 p.
  • 言語 ENG
  • 商品コード 9781789530520
  • DDC分類 005.437

Full Description

Take your web applications to a whole new level with efficient, component-based UIs that deliver cutting-edge interactivity and performance.

Key Features

Elaborately explains basics before introducing advanced topics
Explains creating and managing the state of components across applications
Implement over 15 practical activities and exercises across 11 topics to reinforce your learning

Book DescriptionProjects like Angular and React are rapidly changing how development teams build and deploy web applications to production. In this book, you'll learn the basics you need to get up and running with React and tackle real-world projects and challenges. It includes helpful guidance on how to consider key user requirements within the development process, and also shows you how to work with advanced concepts such as state management, data-binding, routing, and the popular component markup that is JSX. As you complete the included examples, you'll find yourself well-equipped to move onto a real-world personal or professional frontend project.

What you will learn

Understand how React works within a wider application stack
Analyze how you can break down a standard interface into specific components
Successfully create your own increasingly complex React components with HTML or JSX
Correctly handle multiple user events and their impact on overall application state
Understand the component lifecycle to optimize the UX of your application
Configure routing to allow effortless, intuitive navigation through your components

Who this book is forIf you are a frontend developer who wants to create truly reactive user interfaces in JavaScript, then this is the book for you. For React, you'll need a solid foundation in the essentials of the JavaScript language, including new OOP features that were introduced in ES2015. An understanding of HTML and CSS is assumed, and a basic knowledge of Node.js will be useful in the context of managing a development workflow, but is not essential.

Contents

Table of Contents

Introducing React and UI Design
Creating Components
Managing User Interactivity