Book Image

Learning React [Video]

By : Lasha Krikheli
Book Image

Learning React [Video]

By: Lasha Krikheli

Overview of this book

Want to make the process of building modular, reusable user interface components simple and intuitive? React.js is the answer, with its Learn Once, Write Anywhere approach. This course will help you understand the power behind this approach and build beautiful, modern, and modularized UIs with React’s latest version. This course will cover all of the React.js basics such as its API, which will help you create elements and components; the virtual DOM and the JSX syntax extension; using state; working with browser events; and component lifecycle methods. You will build an application from scratch throughout the course and use the knowledge you've gained in a practical way. You will also learn to update various elements of a site or application seamlessly without delay, without disrupting the rest of the display or requiring the user to refresh. Also, get introduced to the new concept of hooks.. Finally, you will work with a server API to persist data using local storage.?(Note that we use Node.js 10.13.0 for this course, which will run successfully with the React features we cover.) By the end of the course, you will be fully capable of using ReactJ.js tools to build several UI elements, making them reactive to user input, and extending your knowledge of DOM manipulation to customize your own UIs in the future. The Github repo for this course is:?https://github.com/PacktPublishing/Learning-React
Table of Contents (6 chapters)
Chapter 1
Introduction to the World of React
Content Locked
Section 3
Start Using React Right away
Getting start with a new platform can sometimes be challenging. Here we identify two browser-based tools to quickly start using React. - Review different methods of starting a React project - Demonstrate two powerful web tools to write React - Feel comfortable experimenting with React at any moment