Django & React Tutorial #10 - Django Sessions and Leaving Rooms

preview_player
Показать описание
In this django and react tutorial we'll be learning more about django sessions and continuing from where we left off by implementing the leave room feature.

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

💸 Donations 💸
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Django and React
- Django & React
- React and Django
- React & Django Tutorial
- React Tutorial
- Django Sessions
- Django Tutorial

⭐️ Hashtags ⭐️
#Django #React #JavaScript
Рекомендации по теме
Комментарии
Автор

Love everything Tim. Just one thing. In es8 when you use arrow functions you don’t need to add parentheses if you already have a argument to the function. For example in JavaScript “data => console.log(data)” is a perfectly correct statement and will run with no errors and you won’t need to add extra parentheses around the data argument making ur code look better

anasadeelallawala
Автор

3:15 in vs code you can change all of these at once by highlighting one of them, then pressing CTRL+D until you have all six highlighted. Then you only have to type h6 once to replace all instances of h4.

joeljossie
Автор

Ooh, another Tim video! Can't wait to learn more awesome stuff!

codeforest
Автор

Amazing series its teaching me a lot of stuff. Thanks Tim

aadityamunjal
Автор

i am from egypt really you make big diffrent in my life ❤❤

khaliedwalieed
Автор

In case you used latest react and changed the switch to routes, and you modified `this.props.history` to `this.props.navigate` and stuff.

The new way to use route with props is:

<Route
path="/room/:roomCode"
element={<Room />}
/>

Thamiah
Автор

please make more tips and advice videos tim !!

unknownman
Автор

I must say that tim's tutorials are the best, all concepts are well explained with an easy language. And I'm becoming a full stack web developer.

faneeshmunjal
Автор

Hoping that the typescript react series is also coming soon.

faneeshmunjal
Автор

Hi Tim one feedback I wanted to give about algoexpert is that it is much more complex to pass the test cases there as ccompared to leetcode for the same exact problem. Because of the way one has to return the answer

Raghav
Автор

I know that this video is a little bit older but it would help immensely if there were video sections like in your newer videos.

zeydtc
Автор

Cool thing, you can open an icognito window, and then to see how others can join in real time, you can join the room from the incognito window!

kevalbotadra
Автор

Hey Tim, what about also making logging system in it? I would also like to learn how to make login and sign in system

andresliang
Автор

Instead of passing that leaveRoom function as a prop, you can just move the router switch component from the home page component to the app.js component, so that Homepage component just focuses on the its own logic and not be involved with routing logic

kevinandeleven
Автор

Hi Tim, will be nice if you will make some tutorials about Tornado server

JonyMemonyk
Автор

I hope I will be on a podcast with you

techwithgantavya
Автор

Hello Tim
Some things I want to learn are :
1. Logging System with 2 views administrator privileges and Customer privilages.
2. Upload Image for example change profile picture.

Thanks
Ankit Rusia

kanharusia
Автор

mine says: Uncaught (in promise) TypeError: this.props.leaveRoomCallback is not a function. How do I fix this?

tao
Автор

Tim, you should stop using Len(Query set) and do queryset.exists()

lautarodapin
Автор

It was all smooth sailing until this lecture now I'm stuck

desmondgilmour