Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

How To Code in React.js

by Joe Morgan

How To Code in React.js

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsHashtagsReport an issue

Book Description

This open book is an introduction to React that works from the foundations upward. Each chapter takes you a little deeper into the React ecosystem, building on your previous knowledge. Along the way, you'll learn how to maintain internal state, pass information between parts of an application, and explore different options for styling your application. Whether you are completely new to React or if you've worked with it before, this series will be accessible to you. Every chapter is self contained, so you can jump between chapters or skip whole sections. The book is designed for you to take a concept and explore it by building a small project that mirrors what you will encounter in everyday development using React.

This open book is licensed under a Creative Commons License (CC BY-NC-SA). You can download How To Code in React.js ebook for free in PDF format (19.7 MB).

Table of Contents

How To Set Up a React Project with Create React App
 
How To Create React Elements with JSX
 
How To Create Custom Components in React
 
How To Customize React Components with Props
 
How To Create Wrapper Components in React with Props
 
How To Style React Components
 
How To Manage State on React Class Components
 
How To Manage State with Hooks on React Components
 
How To Share State Across React Components with Context
 
How To Debug React Components Using React Developer Tools
 
How To Handle DOM and Window Events with React
 
How To Build Forms in React
 
How To Handle Async Data Loading, Lazy Loading, and Code Splitting with React
 
How To Call Web APIs with the useEffect Hook in React
 
How To Manage State in React with Redux
 
How To Handle Routing in React Apps with React Router
 
How To Add Login Authentication to React Applications
 
How To Avoid Performance Pitfalls in React with memo, useMemo, and useCallback
 
How To Deploy a React Application with Nginx on Ubuntu 20.04
 
How To Deploy a React Application to DigitalOcean App Platform
 

Book Details

Title
How To Code in React.js
Subject
Computer Science
Publisher
DigitalOcean
Published
2021
Pages
962
Edition
1
Language
English
ISBN13 Digital
9781735831749
ISBN10 Digital
1735831743
PDF Size
19.7 MB
License
CC BY-NC-SA

Book Hashtags

Related Books

How To Code in Node.js
Node.js is a popular open-source runtime environment that can execute JavaScript outside of the browser. The Node runtime is commonly used for back-end web development, leveraging its asynchronous capabilities to create networking applications and web servers. Node is also a popular choice for building command line tools. In this book, you will ...
How To Code in Go
This book is designed to introduce you to writing programs with the Go programming language. You'll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development. The topics that it covers include how to: - Install and set up a local Go development environment on...
How to Code in HTML5 and CSS3
"How to Code in HTML5 and CSS3" is a free e-book about making websites in HTML5 and CSS for absolute beginners. It doesn't require any experience in IT to start. The aim of this book is to show the art of making websites using a plain language which is full of practical analogies. After reading over 100 pages you will get to know bas...
How To Code in Python 3
Extremely versatile and popular among developers, Python is a good general-purpose language that can be used in a variety of applications. For those with an understanding of English, Python is a very humanreadable programming language, allowing for quick comprehension. Because Python supports multiple styles including scripting and object-oriented ...
From Containers to Kubernetes with Node.js
This book is designed as an introduction to containers and Kubernetes by way of Node.js. Containers are the basis for distributed, repeatable workflows with orchestrators such as Kubernetes, and they allow developers and operators to develop applications consistently across environments and deploy in a repeatable and predictable fashion. The exa...
How To Build a Website with HTML
If you are interested in learning how to build and design websites, Hyper Text Markup Language (HTML) is a great place to start. This project-based tutorial series will introduce you to HTML and its methods by building a personal website using our demonstration site (below) as a model. Once you learn the basics, you will know how change the website...