Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bgarbiak
27 days ago
|
parent
|
context
|
favorite
| on:
Just Use HTML
Well, nowadays, you can implement a lot of logic for forms using HTML and pure CSS, without JS at all. Example:
form:has(.conditional-checkbox:not(:checked)) .optional-part-of-form { display: none; }
I’m not saying it’s better (it’s not). Just saying there’s a lot of space between “just HTML” and “a web framework”. It’s worth considering these other options instead of going “full React” from the get-go.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: