Table of Contents for
Learning React: A Hands-On Guide to Building Web Applications Using React and Redux, Second edition

Version ebook / Retour

Cover image for bash Cookbook, 2nd Edition Learning React: A Hands-On Guide to Building Web Applications Using React and Redux, Second edition by Kirupa Chinnathambi Published by Addison-Wesley Professional, 2018
  1. Contents
  2. Cover Page
  3. About This E-Book
  4. Learning React
  5. Title Page
  6. Copyright Page
  7. Accessing the Free Web Edition
  8. Dedication
  9. Contents at a Glance
  10. Table of Contents
  11. About the Author
  12. Acknowledgments
  13. 1 Introducing React
  14. 2 Building Your First React App
  15. 3 Components in React
  16. 4 Styling in React
  17. 5 Creating Complex Components
  18. 6 Transferring Properties
  19. 7 Meet JSX…Again!
  20. 8 Dealing with State in React
  21. 9 Going from Data to UI in React
  22. 10 Events in React
  23. 11 The Component Lifecycle
  24. 12 Accessing DOM Elements in React
  25. 13 Setting Up Your React Dev Environment Easily
  26. 14 Working with External Data in React
  27. 15 Building an Awesome Todo List App in React
  28. 16 Creating a Sliding Menu in React
  29. 17 Avoiding Unnecessary Renders in React
  30. 18 Creating a Single-Page App in React Using React Router
  31. 19 Introduction to Redux
  32. 20 Using Redux with React
  33. Index
  34. Learning React
  35. Code Snippets
  36. Code Snippets
  37. Code Snippets
  38. Code Snippets
  39. Code Snippets
  40. Code Snippets
  41. Code Snippets
  42. Code Snippets
  43. Code Snippets
  44. Code Snippets
  45. Code Snippets
  46. Code Snippets
  47. Code Snippets
  48. Code Snippets
  49. Code Snippets
  50. Code Snippets
  51. Code Snippets
  52. Code Snippets
  53. Code Snippets
  54. Code Snippets
Prev Previous Chapter
Dedication
Next Next Chapter
Table of Contents

Contents at a Glance

1 Introducing React

2 Building Your First React App

3 Components in React

4 Styling in React

5 Creating Complex Components

6 Transferring Properties

7 Meet JSX…Again!

8 Dealing with State in React

9 Going from Data to UI in React

10 Events in React

11 The Component Lifecycle

12 Accessing DOM Elements in React

13 Setting Up Your React Dev Environment Easily

14 Working with External Data in React

15 Building an Awesome Todo List App in React

16 Creating a Sliding Menu in React

17 Avoiding Unnecessary Renders in React

18 Creating a Single-Page App in React Using React Router

19 Introduction to Redux

20 Using Redux with React

Index

Prev Previous Chapter
Dedication
Next Next Chapter
Table of Contents
Back to top