Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next 13 - app dir and React Server Components #256

Open
DavieReid opened this issue Mar 13, 2023 · 1 comment
Open

Next 13 - app dir and React Server Components #256

DavieReid opened this issue Mar 13, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DavieReid
Copy link
Contributor

This is likely to be a massive refactor.

We would want to do this to take advantage of the speed improvements associated with React Server Components. The app dir is also the general direction next js is moving and we should look to align. See the roadmap.

Off the top of my head the areas this is likely to touch are:

  1. layouts
  2. loading indicators
  3. site components
  4. site middleware
  5. site store
@DavieReid DavieReid added the enhancement New feature or request label Mar 13, 2023
@mark-tate mark-tate self-assigned this Jun 21, 2023
@mark-tate
Copy link
Contributor

mark-tate commented Jun 21, 2023

working on this branch
https://github.com/jpmorganchase/mosaic/tree/migrate-to-app-router

Completed

  1. All pages load and render with layouts and components
  2. all tests pass but issues running locally with rxjs fetch (which exists in current code branch)

Yet to Go.

  1. Review un-used legacy middleware to see what remains, that needs moving to app-router
  2. Snapshot and S3 loading
  3. Review startup times, which like current version are slow on first load
  4. Pull in proposed
     changes and also IBE changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants