Converted data management of chatters to a context. The new ChattersContext is now used as a provider from the Chatters component to each Chatter component. The Chatter components can then get their information from a given ID supplied as a prop to the component. The component has been refactored to retrieve data using this method instead of receiving all of their data as props.
Converted data management of chatters to a context. The new ChattersContext is now used as a provider from the Chatters component to each Chatter component. The Chatter components can then get their information from a given ID supplied as a prop to the component. The component has been refactored to retrieve data using this method instead of receiving all of their data as props.
Close #52.