🔌 🎉 JSON over socket.io first draft

This commit is contained in:
2021-05-29 16:04:14 -07:00
parent 79430fdf1e
commit cfb2bbb38b
9 changed files with 249 additions and 26 deletions

View File

@@ -12,6 +12,7 @@ const initialState = {
function fileOpsReducer(state = initialState, action) {
switch (action.type) {
case IMS_SOCKET_DATA_FETCHED:
console.log("ke me hu garam garam");
return {
...state,
comicBookMetadata: [...state.comicBookMetadata, action.data.data],