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

Migrate swportal from Pelican to Next.js #519

Open
chestercheng opened this issue Dec 23, 2024 · 3 comments
Open

Migrate swportal from Pelican to Next.js #519

chestercheng opened this issue Dec 23, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@chestercheng
Copy link
Contributor

Background

The current swportal website is built using Pelican. We propose migrating to Next.js, which we're already successfully using in other sciwork projects (e.g. swconf2024 and swconf2023).

Benefits of Migration

  • Enhanced content Management: Using React components instead of writing HTML in RST/Markdown.

  • Dynamic features: Better handling of dynamic content through client-side rendering for interactive features like "upcoming events.

@chestercheng chestercheng added the enhancement New feature or request label Dec 23, 2024
@yungyuc
Copy link
Contributor

yungyuc commented Dec 23, 2024

What contents are planned to be changed from SSR to CSR?

@chestercheng
Copy link
Contributor Author

Since our website is mainly used for displaying information, most parts will still use SSR for better SEO.
The upcoming event block will use CSR, so we won't need to constantly push updates to remove outdated content from it.

@yungyuc
Copy link
Contributor

yungyuc commented Dec 26, 2024

Sounds like a plan

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

No branches or pull requests

3 participants