Book Image

React.js Essentials

By : Artemij Fedosejev
Book Image

React.js Essentials

By: Artemij Fedosejev

Overview of this book

Table of Contents (18 chapters)
React.js Essentials
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we reached an important milestone: we learned how to encapsulate a state and create interactive user interfaces by creating React components. We discussed stateless and stateful React components, and the difference between them. We talked about the browser events and how to handle them in React.

In the next chapter, we'll be planning our Snapterest web application. You'll learn how to solve a problem with React and how to create composable React components.