Thank you testing this on older browsers before releasing. This is truly an ultra minimal library - https://ibb.co/DDGmLYdg , https://ibb.co/h1WQG3GK
Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
91–100 of 151 posts
Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#92https://oat.ink/components/#form
Looks a lot like a raw HTML+CSS framework I made in 2009:
https://alganet.github.io/ghiaweb/ (it has some small glitches, browser widgets changed a lot since 2009).
Particularly the use of the label, fieldset and legend elements as native accessible solutions instead of instrumenting divs. Even the styling and the example resembles it a bit!
https://oat.ink/components/#grid
This is where it falls from grace IMHO. Grid classes are fundamentally non-semantic. I know they're popular and useful, but there must be a better (semantic) way of doing this. I haven't found it yet, but there must be.
Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#93This site got me going. Almost had whiplash when I tapped a link and the page loaded literally instantly. I've almost forgotten that that's possible on the internet. I'm not a web dev, but I'm inspired to get into it now because of this site.
You should try making a site with Astro. Load speed is cray cray.
Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#94The motivating blog post[1] linked from the front page is probably going to generate a more interesting discussion than the framework itself. As someone who has to deal with both angular and nextjs for different (but overlapping) stacks at work, I find myself increasingly sympathetic to this viewpoint. [1]: https://nadh.in/blog/javascript-ecosystem-software-developme...
Nice link - still relevant IMNHO - even though it's from 2021. Discussed at the time: https://news.ycombinator.com/item?id=28892933
Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#95There’s a ton of semantic drop in css libraries similar to this. Love seeing new ones. Quality varies wildly but this site shows 50+ drop in stylesheets for those writing semantic html: https://dohliam.github.io/dropin-minimal-css/
Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#96There’s a ton of semantic drop in css libraries similar to this. Love seeing new ones. Quality varies wildly but this site shows 50+ drop in stylesheets for those writing semantic html: https://dohliam.github.io/dropin-minimal-css/
Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#97Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#98Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#99Bravo to the author, keep at it. I'll be recommending this to anyone who will listen.
Re: Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library
#100What's with variable names starting with "#" as first character?
If you are referring to class members in the JavaScript then those are private fields[1] [1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...