Will require moving the state out of <ProfileList />
<ProfileList />
Create a new container component called <App /> which stores the state
<App />
Don't forget to breakdown components!
Label, Input, Form, ProfileForm
Label
Input
Form
ProfileForm
Add ability to inline-edit each item.
Last updated 6 years ago
Was this helpful?