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

refactor(website): convert codebase into Remix #106

Open
HasithDeAlwis opened this issue Sep 12, 2024 · 0 comments
Open

refactor(website): convert codebase into Remix #106

HasithDeAlwis opened this issue Sep 12, 2024 · 0 comments

Comments

@HasithDeAlwis
Copy link
Collaborator

Problem Statement
Our website is currently a boilerplate vite app, which makes it non-compatible with Payload CMS.

Solution
Remix apps are able to have a BE that can run our payload CMS. We need to refactor our current website FE into a remix app.

Justify the refactor
Pros of Remix

  • SSG (best for SEO and client side performance)
  • Can connect to CMS
  • Small bundle size (uses Vite)

Other

  • Next.js --> vendor lock-in with Vercel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ⏭ Todo
Development

No branches or pull requests

1 participant