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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: