Ask HN: No JavaScript web UI framework?
1–10 of 10 posts
Please could you recommend to a novice web developer a web UI framework for web browsers without JavaScript support?
Re: Ask HN: No JavaScript web UI framework?
#2Without Javascript, a "web UI framework" is effectively just a CSS framework.
Re: Ask HN: No JavaScript web UI framework?
#3Without Javascript, a "web UI framework" is effectively just a CSS framework.
Yeah, it's what early bootstrap was. Html "components" with accompanying CSS, as well as more utility CSS akin to tailwind without all the fluff.
Re: Ask HN: No JavaScript web UI framework?
#4Without Javascript, a "web UI framework" is effectively just a CSS framework.
no thanks. javascript is simply better than CSS framework and less messy
Re: Ask HN: No JavaScript web UI framework?
#5I've enjoyed bulma in the past:
[1] https://bulma.io
There are a bunch of others I haven't used in a long time:
Many people also like tailwind, but it's very opinionated:
Re: Ask HN: No JavaScript web UI framework?
#6[deleted]
Re: Ask HN: No JavaScript web UI framework?
#7Milligram (https://milligram.io/) meets my minimalist fetish.
Re: Ask HN: No JavaScript web UI framework?
#8I've enjoyed bulma in the past: [1] https://bulma.io There are a bunch of others I haven't used in a long time: [2] https://getbootstrap.com [3] https://get.foundation Many people also like tailwind, but it's very opinionated: [4] https://tailwindui.com
+1 for Bulma. I'm a backend developer but when I was introduced to Bulma I finally felt like I could make a not completely ugly frontend to get something simple done.
Re: Ask HN: No JavaScript web UI framework?
#9Re: Ask HN: No JavaScript web UI framework?
#10If you are new to development, I advise you to do not to use any framework, give time to yourself use vanilla CSS and JavaScript so you will learn them the right way. I know some people who can't differentiate between Tailwind classes and HTML/CSS, they was thinking that Tailwind is CSS because they directly started learning it first, that's not the right way in my opinion.