Earlier quoted context omitted.
Oh. I don't know. Just half of the biggest sites in the world from Google...
Tell me you know nothing about OG Angular without telling me.
Unicorn – A full-stack web framework for Django
81–90 of 92 posts
Re: Unicorn – A full-stack web framework for Django
#82Re: Unicorn – A full-stack web framework for Django
#83I never expected Unicorn to completely replace larger SPA frameworks, but I have found it solves for most of the use cases I need for my sites.
Thanks for checking it out -- all PRs are greatly appreciated to add new features or fix bugs!
Re: Unicorn – A full-stack web framework for Django
#84Re: Unicorn – A full-stack web framework for Django
#85Re: Unicorn – A full-stack web framework for Django
#86Re: Unicorn – A full-stack web framework for Django
#87React aside… hooks, classes redux fatigue whatever- JSX is beautiful and any other framework that builds this quasi irb+mustache+html-like-markup is taking 2 steps back. I would like to see JSX survive the framework wars of 2024-2025
Re: Unicorn – A full-stack web framework for Django
#88Earlier quoted context omitted.
Batteries included means the stuff you need for most uses is already included. The fact that there are many possible add ins to solve this doesn't address the fact that Django does not include core functionality for web applications.
You mentioned running nodejs + typescript over extensive frameworks like django now. Curious if you chose to write your own framework or are you using something from nodejs space to do "batteries included" thing for you? Asking because I've had some experience with nest.js and even though it's fun it often feels hackish and a bit messy even when solving standard issues like authorization that's not a simple app wide…
Re: Unicorn – A full-stack web framework for Django
#89Earlier quoted context omitted.
I wouldn’t consider htmx “battle tested”.
Aside: htmx is a very small and very predictable library. The underlying pattern is well established among many libraries and probably countless similar implementations. I have implemented something like htmx several times before htmx came out, and I assume many others have too. I just didn't take the time to extract a clean, generalized and comprehensive library.
Re: Unicorn – A full-stack web framework for Django
#90Earlier quoted context omitted.
Isn't htmx intercooler.js without jquery, which is (intercooler) a 10 years old library been used extensively in a lot of sites?
Essentially yes. See https://news.ycombinator.com/item?id=23331672