What did I do this week?
Earlier, the basic Next.js migration was done with all the pages but SVGs for the icons were not getting fetched. I tried to implement various methods to make the SVGs show up. I was able to show all the SVGs after using the CDN links for providing icons. I also completed all the necessary changes for vercel sponsorship of our project. I have also planned and structured the state management and refactoring for the Icon tray of the site.
What is coming up next?
I will try to complete the state management and code refactoring by this week. I will also try to complete doing SSR for some of the pages in the app and do some bug fixes.
Did I get stuck anywhere?
I didn't get stuck anywhere for that long. I was able to figure out the solution for icon SVGs after some research and discussion with my mentors.