ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Convert client to use React Context objects. #52

Closed mdavisprog closed 3 years ago

mdavisprog commented 3 years ago

Currently, data is being passed down through each component. React offers a way for components to listen for data through Context objects. The client should convert to using this method of data storage.