Hacker News new | ask | show | jobs
by mstijak 1544 days ago
A very nice tool and a cute website. How do you handle mobile navigation without client-side javascript?
1 comments

Thanks! Right now, I don't; AFAIK it's more accessible to use a bit of JavaScript than it is to e.g. use the "checkbox hack".

I struggled a bit with how to word the title. What I mean is that Radish will just output your pages as plain HTML and CSS, with no client-side JS. You the author can still add your own JS via a script tag, if you'd like.