Next.js and Django Fullstack Airbnb Clone - Part 6 - React, Tailwind, Django Rest Framework and more

preview_player
Показать описание

In this sixth part, we'll make it possible to book properties, add properties to favorites list and similar.

The properties will be loaded to the front end and showed on the front page.

Code With Stein Premium

Support me

Important links

---

#codewithstein #nextjs #react #tailwind #django #djangorestframework
Рекомендации по теме
Комментарии
Автор

Another video watched, very good, another lot of things to review and learn, I am one of those who do it at the same time and take notes. The most complicated parts for me, the whole function where you insert the calendar and the favorite button, all the logic that this has, I understand it, but it is difficult for me to do it, many components, with variables and functions that go from one side to another ...What can I say about serialization, how easy you make it... ahh and finally, the reuse you make of the PropertyList component so that it uses the same endpoint, I think it's great! thanks and regards


joselucianocastro
Автор

Hi Stein, when could we expect new videos? I am interested in the chat module specifically. Thanks for this playlist.

sheikhtahamaroof
Автор

Thank you Stein for the amazing teachings. I have a basic doubt if you don't mind. I would grateful if you could help me understand this part. From frontend we call api.post to the backend (to create property and toggle fav etc.) and in the backend there is API_VIEW function in which you extract the user info from request paramenter(request.user). This means that frontend encodes the user info in this 'request' object and send it to the backend. I don't see any code in the frontend where we create this request object with user details and all. How does it happen, does the POST request automatically create this request object using the logged in user info ? Thank you so much for your time.

karthikk
Автор

Hello Stein I like many of your videos and most of them I understand them although in this one I have an error that comes up every time I am using a user that is not superuser, and in the myreservation module in the part that makes the reservation reservations.map it says that it is not a function but it does not work because it is not an array, how can I fix it or can it be applied as it is in the propertylist?

corabermeo
Автор

Hi stein, please i have problem accessing the ' and similar (1:18:15). i have no returned data and when i console.log i got "undefined" how can i solve this?🙏

borelmba
Автор

Hello Stein! amazin video! one thing, is it normal that the name of the landlord appears like null?

albertomenendezrodriguez