.NET 8 .🚀🔥: Building a Real-Time Chat App with .NET SignalR and React A Step by Step Tutorial

  Рет қаралды 50,081

Mohamad Lawand

Mohamad Lawand

Күн бұрын

Пікірлер
@CodeWithMamad
@CodeWithMamad 7 ай бұрын
Thank you for making this video, despite having a headache. 🙏
@Evan-fi4lj
@Evan-fi4lj 8 ай бұрын
I don't understand how when you join the chat room at 51:11 the message is displayed in the component. You only call setMessages inside the "ReceiveSpecificMessage" callback you defined in App.js, but we're not calling that yet, so how is the messages state getting updated? I had to add a setMessages call in the "JoinSpecificChatroom" callback so that it would add the join message to the messages state, it looks like you're just console logging.
@RawFatGod
@RawFatGod 2 ай бұрын
Same, I'm so confused on that lol.
@mahmoudswilam7969
@mahmoudswilam7969 16 күн бұрын
conn.on("JoinSpecificChatRoom",(username , msg) =>{ setMessages(messages => [...messages,{username,msg}]); console.log("msg: " , msg) });
@arestlessmindband
@arestlessmindband 4 күн бұрын
The format of the string was also changed. I suspect were some updates that occured off camera
@mumk
@mumk 7 ай бұрын
Tested out with Mvc front end but not React and it worked flawlessly, thanks for the tutorial!
@mutiullahyousfani1456
@mutiullahyousfani1456 3 ай бұрын
i want to build this using mvc how can i ?
@csabagyarmathy6386
@csabagyarmathy6386 10 ай бұрын
Once again Muhamad to the rescue, it's like you're reading the assignments I need to do for my uni. You've helped me through all of them, and hopefully future students will also stumble upon your channel! Cheers 🍻
@Evan-fi4lj
@Evan-fi4lj 8 ай бұрын
Also not sure why you're creating an entire table per message. Posting the final code would be helpful so we can see what's going on without having to search back through the video
@raymonkv4812
@raymonkv4812 9 ай бұрын
Hello dear Mohammad. Thank you for the excellent training. Please deploy this project on iis or any web service that is better so that we can use the software from any device that connects to our computer in the local network. Thanks again for your wonderful tutorial
@LauPlace
@LauPlace 8 ай бұрын
Thanks for the content, really nice example, it's also nice to see the real time errors, to be able to know how to solve them
@lefterissakellaris9903
@lefterissakellaris9903 3 ай бұрын
newly subscribed and as it seems from the content a new fan!Great work!
@mahmoudswilam7969
@mahmoudswilam7969 16 күн бұрын
Awesome
@RawFatGod
@RawFatGod 2 ай бұрын
I'm kinda confused on the 42:00 - 50:00 mark. Where is the SendMessage method being called?
@DrissElMEDAGHRIElALAOUI
@DrissElMEDAGHRIElALAOUI 5 ай бұрын
Newly subscribed, Thanks mate.
@MohamadLawand
@MohamadLawand 5 ай бұрын
Awesome, thank you!
@marvinbrereton3868
@marvinbrereton3868 29 күн бұрын
I shouldn't have to slow down a video to 0.75 to keep up.
@mumk
@mumk 7 ай бұрын
Do we need to install that Nuget package for SignalR? It seems like its for .NET Framework. SignalR is built in for .NET 8
@АлексейМаксимов-ш9п
@АлексейМаксимов-ш9п 5 ай бұрын
Brilliant, thanks man!
@MohamadLawand
@MohamadLawand 5 ай бұрын
No problem!
@cfryerdev
@cfryerdev 8 ай бұрын
Nice work, would be great to post the github repo too.
@DMC3586
@DMC3586 5 ай бұрын
Hey Mohamad. Amazing tutorial. However at 50:54 I didn't understand how you fixed the error.
@ozaiproduction3450
@ozaiproduction3450 Ай бұрын
const[messages, setMessages] = useState([]); this fixed the error I had with the map error
@shadmansudipto7287
@shadmansudipto7287 7 ай бұрын
Please provide the code as a repository next time.
@prashlovessamosa
@prashlovessamosa 4 ай бұрын
Thanks very helpful
@yashjoshi4946
@yashjoshi4946 3 ай бұрын
Hey Great work i just wanted to know what extension are you using to be able to tell if it is a method or arg1 or arg2 at 18:34
@kek_1459
@kek_1459 11 ай бұрын
Thank you very much for your work!
@olimjontajiev1943
@olimjontajiev1943 5 ай бұрын
thank you brother
@bartdiako1
@bartdiako1 7 ай бұрын
Thanks buddy you are awsome!
@fierrinho
@fierrinho 3 ай бұрын
thank you
@sasukee0371
@sasukee0371 20 күн бұрын
i get disconnected after 45 minutes from the signalr server is there any way to prevent that from happening
@Jameshiri
@Jameshiri 10 ай бұрын
Hi, thankyou for creating this video, i implemented the video. Can you create a video on Notifications? React and .NET Signalr, it would be great.
@kritiverma2495
@kritiverma2495 5 ай бұрын
can you please make a video on how to store these messages in the database.
@DungHoangTien-q4i
@DungHoangTien-q4i 10 ай бұрын
thank you so much
@jos6115
@jos6115 10 ай бұрын
Thank you! Can I find the code somewhere?
@kailashbehera4378
@kailashbehera4378 11 ай бұрын
Great Tutorials. Can you please make a tutorial on .NET Api with Apache Kafka !
@MohamadLawand
@MohamadLawand 11 ай бұрын
It’s in the works ☺️
@estonvirtual7671
@estonvirtual7671 5 ай бұрын
cool
@kek_1459
@kek_1459 10 ай бұрын
Will it be adding a database to this application?
@alim.karim.
@alim.karim. 10 ай бұрын
Where is the code?
@hpn1427
@hpn1427 8 ай бұрын
He didn't provide it... Also there are parts of the video where he just cuts it off, or code is behind his camera frame, I guess we need to hope that he will provide the code next time and be careful with video editing. Amazing content tho
@SajadJalilian
@SajadJalilian 11 ай бұрын
I really like to know your opinion about HTMX
@jayjorneypua8174
@jayjorneypua8174 6 ай бұрын
where's the source code??
@AO-ko3cd
@AO-ko3cd 2 ай бұрын
ليه بتتكلم بسرعه ممكن تعمل قناه للمتحدثين بالعربيه 😅 خد اللايك 910
@mahendranath2504
@mahendranath2504 11 ай бұрын
Nice awesome thanks for sharing the amazing content 👍👌🫡👋🤩👏🏻🤝👊🎉, a happy subscriber
Building Real-Time Applications With SignalR & .NET 7
12:22
Milan Jovanović
Рет қаралды 96 М.
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 86 МЛН
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 13 МЛН
Real-Time Notifications Using Blazor and SignalR from scratch
19:43
Milan Jovanović
Рет қаралды 38 М.
AWS UG Giza  Event
3:48:27
Advizors
Рет қаралды 1,2 М.
.NET 8  💥  - Introduction to YARP
21:44
Mohamad Lawand
Рет қаралды 2,7 М.
Build a Fullstack CHAT App using MERN (mongo, express, react, node)
5:26:50
Coding With Dawid
Рет қаралды 208 М.
.NET 7  💥  - Intro to CQRS and MediatR with ASP.NET Core Web Api
1:06:48
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 86 МЛН