chikanlegbees
chikanlegbees
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
I think I got it my import on client was wrong
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
What’s should the code look like for a connection?
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
Rly sorry for bothering u but I’m rly confused
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
Like a guide to follow would be great
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
I didn’t find any of that in their docs
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
Could u please send me a resource if possible ?
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
I’m confused 😭 that’s what was in the docs how can I have normal express app and add a socket.io to it 😭
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
Isn’t that what I’m doing ? I’m literally connecting to port 3000 from the front end which is my server port but it keeps setting the request to 5178 which is my front end in network tab?
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
I want to use it as a websocket
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #back-end
Socket.io on backend and socket.io client on react front end issue
Ohh so umm how would I have to structure it ? If u don’t mind clarifying? I’m new to the socket.io and I’ve followed the docs but I’m not sure what I’m doing wrong
20 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #front-end
Scrollbar and overflow-y-auto issue
i think ive solved it ! was stressful
8 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #front-end
Scrollbar and overflow-y-auto issue
i want to remove the left most scrollbar and have the scroll bars present on the section on the left and the section on the right when its about to overflow height:100vh just to show u my intended behavior im looking for all the content to stay displayed when the scroll bar that im scrolling on is at the top! when i scroll down u can see the section 1st grid col and div 2nd grid col still have content left hence why it scrolls and main also expands as it has min-h-100vh how can i prevent that? what styles would i need? its not much of a problem in laptops but on mobile the message bar is no longer at the bottom and some of the top is cropped as well when it scrolls like u can see the section in the first column thats has an overflow-y-auto and the section in the second column which is being rendered inside div (2nd col in grid) both their overflow scroll bar ends r visible when i scroll down...how can i have their scrollbar ends visible within height:100vh of main ive tried putting height: 100vh on main instead of min-h-100vh but thats causes the grid columns to overflow instead of showing the overflow-y-auto scrollbar
8 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #front-end
Scrollbar and overflow-y-auto issue
8 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #front-end
Scrollbar and overflow-y-auto issue
8 replies
KPCKevin Powell - Community
Created by chikanlegbees on 12/13/2024 in #front-end
Scrollbar and overflow-y-auto issue
How can I get both main and section to stay within h-100vh? this is the div 2nd col over the main in mobile layout u can see below the input field theres some space to scroll as main and section expand a bit for the scroll bar to work i want to remove that and not have any space below the message input bar as when i scroll it crops some from the top of the profile picture and user name header as u can see
8 replies