React Quickly
eBook - ePub

React Quickly

Painless web apps with React, JSX, Redux, and GraphQL

  1. 528 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

React Quickly

Painless web apps with React, JSX, Redux, and GraphQL

About this book

Summary React Quickly is for anyone who wants to learn React.js fast. This hands-on book teaches you the concepts you need with lots of examples, tutorials, and a large main project that gets built throughout the book. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Successful user interfaces need to be visually interesting, fast, and flowing. The React.js JavaScript library supercharges view-heavy web applications by improving data flow between UI components. React sites update visual elements efficiently and smoothly, minimizing page reloads. React is developer friendly, with a strong ecosystem to support the dev process along the full application stack. And because it's all JavaScript, React is instantly familiar. About the Book React Quickly is the tutorial for web developers who want to get started fast with React.js. Following carefully chosen and clearly explained examples, you'll learn React development using your existing JavaScript and web dev skills. You'll explore a host of different projects as you learn about web components, forms, and data. What's Inside

  • Master React fundamentals
  • Build full web apps with data and routing
  • Test components
  • Optimize React apps


About the Reader This book is for developers comfortable building web applications with JavaScript. About the Author Azat Mardan is a Tech Fellow at Capital One with extensive experience using and teaching JavaScript and Node, and author of several books on JavaScript, Node, React, and Express. Table of Contens

PART 1 - REACT FOUNDATION

  • Meeting React
  • Baby steps with React
  • Introduction to JSX
  • Making React interactive with states
  • React component lifecycle events
  • Handling events in React
  • Working with forms in React
  • Scaling React components
  • Project: Menu component
  • Project: Tooltip component
  • Project: Timer component

PART 2 - REACT ARCHITECTURE

  • The Webpack build tool
  • React routing
  • Working with data using Redux
  • Working with data using GraphQL
  • Unit testing React with Jest
  • React on Node and Universal JavaScript
  • Project: Building a bookstore with React Router
  • Project: Checking passwords with Jest
  • Project: Implementing autocomplete with Jest, Express, and MongoDB

APPENDIXES

  • Appendix A - Installing applications used in this book
  • Appendix B - React cheatsheet
  • Appendix C - Express.js cheatsheet
  • Appendix D - MongoDB and Mongoose cheatsheet
  • Appendix E - ES6 for success

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access React Quickly by Azat Mardan in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in JavaScript. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Praise for React Quickly
  5. Foreword
  6. Preface
  7. Acknowledgments
  8. About This Book
  9. About the Author
  10. About the Cover
  11. Part 1. React foundation
  12. Part 2. React architecture
  13. Appendix A. Installing applications used in this book
  14. Appendix B. React cheatsheet
  15. Appendix C. Express.js cheatsheet
  16. Appendix D. MongoDB and Mongoose cheatsheet
  17. Appendix E. ES6 for success
  18. React Cheatsheet
  19. Index
  20. List of Figures
  21. List of Tables
  22. List of Listings