I'm not at all opposed to JavaScript being present. My concern is that the site still works for a browser that has JavaScript disabled. A pure JavaScript app is not acceptable to me.
However it's implemented, if this new system can render static HTML (and everything else needed) at build time, that the essential assets are delivered without the need for JavaScript, then I have no objections. I welcome the improvement! On Mon, Oct 13, 2025 at 3:01 PM Dávid Paksy <[email protected]> wrote: > > > > However, it's all JavaScript, at least that's what is being served to my > > browser. Can it be generated as old fashioned html + css? > > > > It's all JavaScript, that's right, but all the code in the end is composed > into HTML + CSS + JS. Currently the html document looks empty, but we can > render complete HTML in advance at build time. So we will have the HTML > document, and some CSS/JS assets, all can be served as static files. Even > current version of the website uses some JS, but it's just not written > manually. Having a website without any JS nowadays is literally impossible > because any UI assumes interactivity. > > Dávid Paksy <[email protected]> ezt írta (időpont: 2025. okt. 13., H, > 13:24): > > > I forgot to mention that this landing page uses Tailwind CSS and it is > not > > based on Maven site plugin because using a Maven site skin we'd have to > > override every piece of CSS. > > > > However, it's all JavaScript, at least that's what is being served to my > >> browser. Can it be generated as old fashioned html + css? > > > > > > I'll check with Yurii on this. > > > > Nick Dimiduk <[email protected]> ezt írta (időpont: 2025. okt. 13., H, > > 12:29): > > > >> The look is really nice -- in line with our existing site, but a more > >> modern look. > >> > >> However, it's all JavaScript, at least that's what is being served to my > >> browser. Can it be generated as old fashioned html + css? > >> > >> On Mon, Oct 13, 2025 at 8:56 AM Dávid Paksy <[email protected]> wrote: > >> > >> > Hi Team, > >> > > >> > Yurii Palamarchuk (my team-mate at dayjob) created a nice proposal for > >> the > >> > face-lift of the HBase website. > >> > You can check it out: https://hbase-landing.vercel.app/ > >> > > >> > It's one page currently. If the direction is good, he will finish all > of > >> > them. > >> > > >> > Please share your thoughts. > >> > > >> > Thanks, > >> > Dávid > >> > > >> > > >
