I just discovered your channel, htmx, unicorn and ninja, topics I was interested in these few weeks, this Channel is a great resource for all of them, thanks
@@bugbytes3923 Is there some blog somewhere that lists ALL available libraries or frameworks in Python ecosystem that give you the ability to write both front end and back end in Python? Thank you!
how to shared html template but different logic, for example I have two apps -> movies and shows both apps have add_movie and add_show unicorn component, and inside both component, add_movie.html and add_show.html with exact same html, so how to avoid duplicate and have shared html but different logic to add ?
Thank you! I have a bit more experience with HTMX, however django-unicorn is a very promising library too. I think both of these are very good for building interactive features, whilst still working mostly with Python. However, it's early days for both, and I'm interested to see how both develop. At the moment, I think HTMX is gaining more traction, but they are both fairly new libraries. I'm planning to do another unicorn video soon, so hopefully I can explore some new features.
nice job, am trying to seprate the cart page from the product page, but is not seeing the user_products, but if i apply the same method as you by putting the two on same page is seeing it, is there advice on how i can have cart page seprately, where it will display all the useritems
This will depend on your app - I think there's a limit to what can be done with just django-unicorn. For more complex behaviour, you might need to write some JavaScript - or at least, that might be easier. For basic interactivity, you should be able to use unicorn alone.
No until they fix the slowness of unicorn I dont see it advancing anywhere, yes the idea is fantastic, but its time complexity has to be the worst. It took me 10 seconds of wait time after pressing submit to see a comment appear (AJAX functionality.) 10 FREAKING SECONDs
I prefer htmx, please make more real projects usecase of HTMX. Like ajax add to cart without reload Like autosave comment Drag and drop All with HTMX!!!!!
What a phenomenal channel name! Also love this intro video, best of luck to you!!
@@peterlilliegeo thanks a lot, really glad you like the channel, cheers!
I just discovered your channel, htmx, unicorn and ninja, topics I was interested in these few weeks, this Channel is a great resource for all of them, thanks
Thanks Tobi! They're interesting topics for sure, if there's any others you'd like covered just let me know.
@@bugbytes3923 can any of you suggest me what to choose between htmx and unicorn? Does any of these support django rest framework?
Most certainly a channel for dynamic Django. I love Bugbytes
Thanks a lot! Glad you're enjoying :)
Thank you for an excellent, quick review of django-unicorn. I'm planning on using it soon, and this was very helpful.
Thanks for commenting!
Glad the video was useful.
Blue Velvet is a great movie, it's one of my favourite movies. Thanks for the video!
Thanks for the comment. Agreed, Blue Velvet is also one of my favourites - a unique film!
Again another great content ! Thank you so much for all.
Thank you, appreciated!
grateful to stumble across your channel.
thank you, I'm glad you're enjoying.
Hi there. Bro this is really cool. Expecting more from you on Django-Unicorn. Thanks for sharing.
Thank you!
@@bugbytes3923 Is there some blog somewhere that lists ALL available libraries or frameworks in Python ecosystem that give you the ability to write both front end and back end in Python? Thank you!
Unrated channel. 🔥🔥
Thanks !
🎉🎉🎉
Thanks!
Python, django, htmx, alpine, unicorn. web development is actually fun again.
True that!
how to shared html template but different logic, for example I have two apps -> movies and shows both apps have add_movie and add_show unicorn component, and inside both component, add_movie.html and add_show.html with exact same html, so how to avoid duplicate and have shared html but different logic to add ?
Hi! Great video! What do you prefer: htmx or django-unicorn? Which do you think is more universal?
Thank you! I have a bit more experience with HTMX, however django-unicorn is a very promising library too. I think both of these are very good for building interactive features, whilst still working mostly with Python.
However, it's early days for both, and I'm interested to see how both develop. At the moment, I think HTMX is gaining more traction, but they are both fairly new libraries. I'm planning to do another unicorn video soon, so hopefully I can explore some new features.
nice job, am trying to seprate the cart page from the product page, but is not seeing the user_products, but if i apply the same method as you by putting the two on same page is seeing it, is there advice on how i can have cart page seprately, where it will display all the useritems
How to solve this issue?
Type is not JSON serializable: Add Form in unicorn
Hello do you think unicorn can remplace entirely JavaScript especially transition and animations …?
This will depend on your app - I think there's a limit to what can be done with just django-unicorn. For more complex behaviour, you might need to write some JavaScript - or at least, that might be easier.
For basic interactivity, you should be able to use unicorn alone.
No until they fix the slowness of unicorn I dont see it advancing anywhere, yes the idea is fantastic, but its time complexity has to be the worst. It took me 10 seconds of wait time after pressing submit to see a comment appear (AJAX functionality.)
10 FREAKING SECONDs
Thank you sir.Plase share more videos or one tutorial about Django-Unicorn
Another one here!
th-cam.com/video/PynDlT-nvhw/w-d-xo.html
it was great. can we create API with this also ?
Question, isn't that expensive because you are sending a lot of post request?
Unicorn vs htmx, i like htmlx of your, thanks you
Thank you! :)
Версия с github не работает
I love your accent.
Thank you 😂
@@bugbytes3923 reminds me of Richard Madden in 'Bodyguard.'
@@anuragdahal4818 I'll need to watch that, never seen it! haha
I prefer htmx, please make more real projects usecase of HTMX.
Like ajax add to cart without reload
Like autosave comment
Drag and drop
All with HTMX!!!!!
Thanks, I'm going to try implementing a drag and drop video for HTMX soon. Will look into the others too.
Why do you prefer htmx?
wait a minute... is this a blend of vue and django? Adam should've called it Django-Vuenicorn!!!