UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
1–10 of 194 posts
Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#2In an ideal world your table would also have a first commit row that way I can better compare how well established each library is (GitHub stars mostly does this but date of first commit would help give sense of momentum too)
Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#3None of the others have that I imagine. If you do need a full blown single page app, Mithril takes care of it all.
Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#4Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#5Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#6The move back towards small dependancy free JS libs, in combination with modern JS ES Modules, is absolutely brilliant.
I learnt web dev back in the late 90s by doing "view source", and was still learning about new things that way well over a decade later. If we can move back towards that, by not having a build step, it will be amazing for new devs starting out and learning new things.
Obviously larger apps, with many dependancies, will require all the incredible work thats gone into modern JS tooling, but for so many simpler (and not so simple) sites this process really does make sense.
Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#7Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#8Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#9I can do the same thing via NextJS and output pure HTML and CSS without any JS at all. Or with server components, output only the minimal JS needed. Not sure why everyone wants to write a programming language inside HTML like lit does.
Re: UnsuckJS: Progressively enhance HTML with lightweight JavaScript libraries
#10What's great about Mithril is that is squeezes a router in that tiny size. None of the others have that I imagine. If you do need a full blown single page app, Mithril takes care of it all.