Hacker News new | ask | show | jobs
by reaperducer 2365 days ago
"Zwitterion lets you get back to the good old days of web development."

I'm OK with people pining for simpler times. There's a lot of projects that are overcomplicated these days. But the good old days of web development didn't require three files for "Hello, World."

1 comments

It seems like that was just a way of showing how you can use import statements and other things in that setup without needing to set it up.
Exactly. You don't need any of that if you don't want it. You can write everything in your HTML file if you want, put your script in a script element (though there will be no compilation of the script element, if you want that it needs to be in its own file).