Learn the skills you need to build React applications quickly! This fully revised second edition introduces functional components, React hooks, static site generators, and more.In React Quickly, Second Edition you will learn how to:Master React fundamentalsImplement best practices and the components of good architectureBuild intuitive user interfacesCreate dynamic components with JSXUse lightweight functional components in ReactMake your app interactive with stateful componentsUtilize React hooksHandle events like button clicks and pass data between componentsBuild your skills with React fast! There’s no slow theory and tedious history in React Quickly—you’ll dive into React code right from the very first chapter. As you go, you’ll explore over 80 useful and practical examples that put React into action. This new second edition has been completely rewritten to cover the latest developments in the React framework. Perfect, whether you’re a React beginner or an experienced pro looking to keep their skills up to date.About the technologyReact 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 bookReact 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 insideMaster React fundamentalsBest practices of component-based designCreate dynamic components with JSXMake your app interactive with stateful componentsAbout the readerFor developers comfortable building web applications with JavaScript.About the AuthorMorten Barklund is an independent software developer working as a lead developer in various teams, including an open-source React project funded by Google. Morten studied Computer Science at the Technical University of Denmark and has worked on hundreds of projects during over 20 years as a web developer.Azat Mardan is a software engineer leader and a university professor with extensive experience using and teaching JavaScript and Node. He’s the author of several books on JavaScript, Node, React, and Express, including the first edition of React Quickly. Table of ContentsMeeting ReactBaby steps with ReactIntroduction to JSXFunctional ComponentsMaking React interactive with statesEffects and the React component life cycleHooks to fuel your web applicationsHandling events in ReactWorking with forms in ReactAdvanced React hooks for scalingProject: Website menuProject: TimerProject: Task manager