Название: React.js Succinctly Автор: Samer Buna Издательство: syncfusion Год: 2016 Формат: PDF Страниц: 102 Размер: 2.7 MB Язык: English
Developed by Facebook engineers, React is a javascript library that has revolutionized how developers design and think about views in web applications. It introduced a way for developers to declaratively describe user interfaces, and to model the state of these interfaces instead of the transactions on them. In React.js Succinctly, author Samer Buna introduces the novel approach to building user interfaces that React provides, and walks readers through the basics of declarative user interfaces, React components, working with user input, and more. Table of Contents
What Is React? Why React? Declarative User Interfaces React Components Composability Reusability Working with User Input Component Lifecycle Let's Build a Game with React