Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SlowNews does not render without JavaScript #36

Open
KellerFuchs opened this issue Aug 12, 2018 · 2 comments
Open

SlowNews does not render without JavaScript #36

KellerFuchs opened this issue Aug 12, 2018 · 2 comments

Comments

@KellerFuchs
Copy link

I disable JavaScript by default, and SlowNews seems to render everything in JS client-side.

Would it be possible to render things server-side at first? That would be likely much faster, as a bonus. :)

@srid
Copy link
Owner

srid commented Aug 12, 2018

It might be possible to do this with Reflex's Prerender. What I'm not yet sure though is how to pass the backend data to the frontend index generation in Obelisk. Probably doable, but the current API doesn't support it yet.

I think this feature is important. Although I don't need it specifically in SlowNews, it is something I want for my personal website otherwise Google doesn't index it correctly.

@srid
Copy link
Owner

srid commented Jul 22, 2019

It might be worth implementing this differently using a (modular) static site generator/ server I've been writing: https://github.com/srid/rib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants