+ All Categories
Home > Documents > Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced...

Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced...

Date post: 22-May-2020
Category:
Upload: others
View: 12 times
Download: 0 times
Share this document with a friend
37
Chapter 1: Introducing React and React Hooks
Transcript
Page 1: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

Chapter 1: Introducing React and ReactHooks

Page 2: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 2 ]

Page 3: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 3 ]

Chapter 2: Using the State Hook

Page 4: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 4 ]

Page 5: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 5 ]

Chapter 3: Writing Your First Applicationwith React Hooks

Page 6: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 6 ]

Page 7: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 7 ]

Page 8: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 8 ]

Page 9: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 9 ]

Page 10: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 10 ]

Page 11: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 11 ]

Page 12: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 12 ]

Chapter 4: Using the Reducer and EffectHooks

Page 13: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 13 ]

Page 14: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 14 ]

Chapter 5: Implementing React Context

Page 15: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 15 ]

Page 16: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 16 ]

Page 17: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 17 ]

Chapter 6: Implementing Requests andReact Suspense

Page 18: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 18 ]

Page 19: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 19 ]

Page 20: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 20 ]

Page 21: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 21 ]

Page 22: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 22 ]

Chapter 7: Using Hooks for Routing

Page 23: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 23 ]

Page 24: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 24 ]

Chapter 8: Using Community Hooks

Page 25: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 25 ]

Page 26: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 26 ]

Page 27: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 27 ]

Chapter 9: Rules of Hooks

Page 28: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 28 ]

Page 29: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 29 ]

Page 30: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 30 ]

Page 31: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 31 ]

Page 32: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 32 ]

Chapter 10: Building Your Own Hooks

Page 33: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 33 ]

Chapter 11: Migrating from React ClassComponents

Page 34: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 34 ]

Page 35: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 35 ]

Chapter 12: Redux and Hooks

Page 36: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 36 ]

Page 37: Chapter 1: Introducing React and React Hooks€¦ · React Hooks The greatest thing since sliced bread! Written by Daniel Bugl Using React Fragments Keeping the DOM tree clean! Written

[ 37 ]

Chapter 13: MobX and Hooks


Recommended