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 created our Stream component and learned how to integrate a React component with the external JavaScript library. We also learned about the React component's lifecycle methods. We also focused on and discussed the mounting and unmounting methods in detail and started implementing the StreamTweet component.

In our next chapter, we'll take a look at the component lifecycle's updating methods. We'll also implement our Header and Tweet components, and learn how to set the component's default properties.