Methods
componentDidMount()
As the component is loaded, the user data is initialized using the functions from AuthContext, and state is updated accordingly.
render()
Renders the input form based on current state of the component.
Profile component shows a profile card of currently logged in users, and lists the memories of their memories in interactive card format.
As the component is loaded, the user data is initialized using the functions from AuthContext, and state is updated accordingly.
Renders the input form based on current state of the component.