Ask HN: How to bypass learning CSS?
1–10 of 59 posts
Re: Ask HN: How to bypass learning CSS?
#2If you don't want to use css, your choices are pretty much the following:
- use unstyled html
- use a component library (although any customization is going to require css)
- use a framework that has utility classes. Again it's hard to imagine never writing a line of css.
Honestly, css is a fundamental web technology. If you want to build for the web you're going to have to learn it
Re: Ask HN: How to bypass learning CSS?
#3Re: Ask HN: How to bypass learning CSS?
#4If you are ok to pay for not learning CSS I suggest you to take a look at TailwindUI where there are a lot of screens already created.
Re: Ask HN: How to bypass learning CSS?
#5CSS doesn't have to be boring. Some people really like using it. If you don't want to use css, your choices are pretty much the following: - use unstyled html - use a component library (although any customization is going to require css) - use a framework that has utility classes. Again it's hard to imagine never writing a line of css. Honestly, css is a fundamental web technology. If you want to build for the web yo…
Re: Ask HN: How to bypass learning CSS?
#6CSS doesn't have to be boring. Some people really like using it. If you don't want to use css, your choices are pretty much the following: - use unstyled html - use a component library (although any customization is going to require css) - use a framework that has utility classes. Again it's hard to imagine never writing a line of css. Honestly, css is a fundamental web technology. If you want to build for the web yo…
I understand... is there any way you can make CSS less boring?
If you make stuff capable of graceful degradation (eg for older browsers) then you can give yourself some space and time for graceful and incremental CSS upgrades!
My CSS vocab is still I think very small (and I've a couple of big chunks coming that I want to understand) but it can be used like a scalpel: tiny uses of it can do good things.
I've been writing HTML since it was a thing (90s).
Re: Ask HN: How to bypass learning CSS?
#7CSS doesn't have to be boring. Some people really like using it. If you don't want to use css, your choices are pretty much the following: - use unstyled html - use a component library (although any customization is going to require css) - use a framework that has utility classes. Again it's hard to imagine never writing a line of css. Honestly, css is a fundamental web technology. If you want to build for the web yo…
I understand... is there any way you can make CSS less boring?
You try to match the source image using css.
You can even find youtubers who compete. I find it pretty entertaining. It helped me get from being afraid of writing styles to enjoying it.
Re: Ask HN: How to bypass learning CSS?
#8If you are ok to pay for not learning CSS I suggest you to take a look at TailwindUI where there are a lot of screens already created.
Do they have screens or components? I tought they only have modular components that you can then integrate in your project - sort of like material or ant but a bit more complex. Am I wrong?
Re: Ask HN: How to bypass learning CSS?
#9If your mvp takes off you'll hire a designer to convert your bootstrap design to a professional one. Also notice that because bootstrap is so popular it would be very easy for a designer to build upon the bootstrap css classes.
Re: Ask HN: How to bypass learning CSS?
#10What’s the problem?