View on GitHub

reading-notes

State and Props

Reading

 

Render.

 

Mounting.

 

constructor > componentDidMount > React Updates > render > componentWillUnmount

 

This method is invoked immediately after a component is mounted.

Videos

 

Data and functions.

 

Props can be passed while states cannot.

 

When we want to change what is shows to the user.

 

user name, user email, variables to show or hide some components.





301 Home
read01 Introduction to React and Components
read02 State and Props
read03 Passing Functions as Props
read04 React and Forms
read05 Putting it all together
read06 NODE.JS
read07 REST
read08 APIs
read09 FUNCTIONAL PROGRAMMING
read10 In memory storage
read11 Authentication
read12 Mongo and Mongoose
read13 CRUD
read14 Project Ideas
read15 Project Kickoff