Table of Contents

 

Copyright

Brief Table of Contents

Table of Contents

Praise for React Quickly

Foreword

Preface

Acknowledgments

About This Book

About the Author

About the Cover

1. React foundation

Chapter 1. Meeting React

1.1. What is React?

1.2. The problem that React solves

1.3. Benefits of using React

1.3.1. Simplicity

1.3.2. Speed and testability

1.3.3. Ecosystem and community

1.4. Disadvantages of React

1.5. How React can fit into your web applications

1.5.1. React libraries and rendering targets

1.5.2. Single-page applications and React

1.5.3. The React stack

1.6. Your first React code: Hello World

1.7. Quiz

1.8. Summary

1.9. Quiz answers

Chapter 2. Baby steps with React

2.1. Nesting elements

2.2. Creating component classes

2.3. Working with properties

2.4. Quiz

2.5. Summary

2.6. Quiz answers

Chapter 3. Introduction to JSX

3.1. What is JSX, and what are its benefits?

3.2. Understanding JSX

3.2.6. if/else in JSX