In React Quickly, Second Edition you will learn how to:
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
React makes it a breeze to build beautiful, reliable web frontends. This amazing JavaScript library has a modular architecture, so you can create, combine, and test components seamlessly. React is perfect for small prototypes, enterprise scale sites, and everything in between.
About the book
React Quickly, Second Edition offers a unique approach to learning the React framework. More than 80 concise examples guide you from your first steps through advanced applications. You'll appreciate the up-to-date coverage of functional components, React hooks, and web accessibility, along with interesting projects to practice your new skill.
What's inside
For developers comfortable building web applications with JavaScript.
About the author
Morten Barklund is an expert in React, web testing, and accessibility and is the founder of Coding Heaven. Azat Mardan is a seasoned software engineer, startup mentor, and best-selling author.
Table of Contents
1 Meeting React
2 Baby steps with React
3 Introduction to JSX
4 Functional Components
5 Making React interactive with states
6 Effects and the React component life cycle
7 Hooks to fuel your web applications
8 Handling events in React
9 Working with forms in React
10 Advanced React hooks for scaling
11 Project: Website menu
12 Project: Timer
13 Project: Task manager