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

[Migration] SSR and Server Actions #207

Open
XronTrix10 opened this issue Feb 24, 2024 · 2 comments
Open

[Migration] SSR and Server Actions #207

XronTrix10 opened this issue Feb 24, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request medium Medium difficulty for SWOC contributions

Comments

@XronTrix10
Copy link
Collaborator

Implement SSR and Server Actions

Description:

Currently The Next.js Branch uses regular React.js Like Client Side rendering with useState, useEffect hooks and authentication System using Local storage.

  • Replace localStorage with Cookie based authentication
  • Implement Server Side Rendering (SSR). Fetch the data from backend in server components, then pass it to client components through props.
  • Implement Server actions on form submissions instead of regular API calls from client side.
  • Implement proper loading state on server components and form submissions
@XronTrix10 XronTrix10 added enhancement New feature or request medium Medium difficulty for SWOC contributions labels Feb 24, 2024
@Ankitmohanty2
Copy link

will u assign me this issue i can work on it

@XronTrix10
Copy link
Collaborator Author

will u assign me this issue i can work on it

Sure, go ahead

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

No branches or pull requests

2 participants