logseq / sites

Logseq home page
MIT License
11 stars 7 forks source link

Does not work without JavaScript #29

Open toastal opened 1 year ago

toastal commented 1 year ago

w3m https://logseq.com/ gets a user a blank page. Users with scripts disabled by default for security, also get nothing.

If the goal of a homepage is to be accessible and provide basic information to users, there shouldn't be a scripting requirement—nothing requires interactivity (use case tabbing, could just show all with scripts disabled). This tends to hurt SEO as well (only the Googlebot executes JavaScript).

cnrpman commented 1 year ago

Very good point to address

donovanglover commented 9 months ago

Is there any interest in migrating the code base to something like Next.js? I could try working on this.

toastal commented 9 months ago

…Or go for something simpler that has minimal JavaScript? Next.js is super complicated & largely overkill for a site that is mostly static content.

anmol-fzr commented 4 months ago

We can go with astro + react for that astro for SSR or SSG + react for dynamic content also help in good SEO. I can help in that migration