PackRat icon indicating copy to clipboard operation
PackRat copied to clipboard

Next.js Feature Implementation Tracking

Open andrew-bierman opened this issue 5 months ago • 1 comments

Track and manage the implementation of key features for Next.js app.

Feature List

  • [ ] Cloudflare nextjs support - https://developers.cloudflare.com/pages/framework-guides/deploy-a-nextjs-site/
  • [ ] SSR - need to come up with a solution for redux issue. Current version is all client side rendered, just routed via next js. Need to resolve. With trpc query, we really have minimal need for global state management. Could move a lot of the logic out of here and into our custom hooks.
  • [ ] Implement new web specific features - raghavyuva's landing page (need to pull page onto clean branch to fix conflicts). Better responsive, floating navbar.
  • [x] #764
  • [ ] tRPC Pre-Fetching data - Need to implement solution that allows for pre-fetch on next, but still support client fetch on native https://trpc.io/docs/client/nextjs/server-side-helpers

andrew-bierman avatar Jan 21 '24 03:01 andrew-bierman