ClientProject #1087
Updated by Md.Sajib Ahmed over 1 year ago
### **Objective** - Improve site performance and scalability by converting server-side rendering (SSR) to static site generation (SSG) for specific pages. --- ### **Task Checklist** - [x] Convert the home page from SSR to SSG. - [x] [ ] Convert the stock-list page from SSR to SSG. - [x] [ ] Convert the all-stock page from SSR to SSG. - [x] Changes frontend project structure. - [ ] Convert the product page and single product page from SSR to SSG. --- ### **Success Criteria** - The home, stock-list, all-stock, product, and single product pages are successfully converted to SSG. - The pages load faster with improved performance and are pre-rendered during the build process. - No functionality is lost during the transition, and the pages remain fully operational. --- ### **Summary Task List** - [x] Implement SSG for the home page. - [x] [ ] Implement SSG for the stock-list page. - [x] [ ] Implement SSG for the all-stock page. - [x] Changes frontend project structure. - [ ] Implement SSG for the product and single product pages. --- ### **Related Links** - [Static Site Generation Guide](insert_static_site_generation_guide_link_here) - [Performance Benefits of SSG](insert_performance_benefits_link_here)