ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Client context datastore #62

Closed mdavisprog closed 3 years ago

mdavisprog commented 3 years ago

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.