Show HN: React-based static site generator that outputs no client-side JS(radishjs.com)
radishjs.com
Show HN: React-based static site generator that outputs no client-side JS
https://radishjs.com
2 comments
I have been experimenting with my own implementation of something exactly like this. Will definitely try this out. So far it looks amazing, thanks!
Thank you! Would love to hear what you think!
A very nice tool and a cute website. How do you handle mobile navigation without client-side javascript?
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.
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.