Skip to content

developingAlex/linkedin-profile-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

20171129

previous react class exercise: emoji-dos2

Models

User

  • first name
  • last name
  • profile image

Steps taken React App

  1. get the thing to render on the screen
  2. figure out the data you need to render it
  3. set up the state
  4. Make render use app's state (replacing the hardcoded data from render)
  5. handle events from interactive elements (onClick, onChange)
  6. Connect those to methods that update the app's state (this.setState)

About

20171129: simple recreation of a profile form capable of saving user changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published