Uncategorized

Learning React: A Hands-On Guide to Building Web Applications Using React and Redux PDF 2021

Contents
1 Introducing React 1
Old School Multi-Page Design 2
New School Single-Page Apps 3
Meet React 6
Automatic UI State Management 7
Lightning-fast DOM Manipulation 8
APIs to Create Truly Composable UIs 9
Visuals Defined Entirely in JavaScript 9
Just the V in an MVC Architecture 11


Conclusion 11
2 Building Your First React App 13
Dealing with JSX 14
Getting Your React On 15
Displaying Your Name 16
It’s All Still Familiar 18
Changing the Destination 18
Styling It Up! 19


Conclusion 21
3 Components in React 23
A Quick Review of Functions 24
Changing How We Deal with the UI 26
Meet the React Component 29
Creating a Hello, World! Component 30
Specifying Properties 32
Dealing with Children 34


Conclusion 36
4 Styling in React 37
Displaying Some Vowels 37
Styling React Content Using CSS 40
Understand the Generated HTML 40
Just Style It Already! 41

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button