You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: