Support #30503
openReact Js, Next Js Technology study
0%
Files
Updated by Meenu Krishnan 5 months ago
- Status changed from New to In Progress
understand the
-difference between pages and components directories
-difference between client-side and server-side rendering
-common performance optimization techniques in Next.js
-client-side data fetching
-limitations of Next.js
Updated by Meenu Krishnan 5 months ago
-Understand the concept of server actions in Next.js
-understand the difference between use server and use client
-benifit of using server actions| problem of using server action.
-parallel data fetching
Updated by Meenu Krishnan 5 months ago
Implemented localization across the project and integrated API data fetching. Added language switching, updated UI texts to use i18n resources, and connected API endpoints to dynamic components. Basic error handling and loading states included.
Updated by Subana Shahul 4 months ago
- Due date changed from 11/28/2025 to 12/31/2025
Updated by Meenu Krishnan 4 months ago
- File hotelresult1.PNG hotelresult1.PNG added
-Implemented dynamic redirect URL generation for each deal.
-Built the UI structure to display hotel deals using dynamic import with suspense fallback.
-Added Redux selectors for hotel results (hotelResults, processedHotelResults, filterTypes, sortType, etc.)
Updated by Meenu Krishnan 4 months ago
-Worked on integrating the hotel search API with the frontend
-Created and updated the useFetchHotelResults hook to fetch hotel results using fetchHotelResult.
-Fetching flight results failed with status 404