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

App shell redesign #177

Merged
merged 10 commits into from
Aug 19, 2022
Merged

App shell redesign #177

merged 10 commits into from
Aug 19, 2022

Commits on Aug 17, 2022

  1. feat: made perseus router hydrate on properly on initial page loads

    This improves performance substantially, especially on mobile and
    bandwidth-restricted devices, since interactivity requires no external
    network requests for fetching translations.
    arctic-hen7 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bdf7b78 View commit details
    Browse the repository at this point in the history
  2. refactor: cleaned up unused imports

    Also moved some internal functions into more sensible places now that
    the app shell has been forked into subsequent/initial loads.
    arctic-hen7 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0547100 View commit details
    Browse the repository at this point in the history
  3. feat: added support for route announcer with new router

    This doesn't work yet, because the router state is still in limbo.
    arctic-hen7 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d77e60f View commit details
    Browse the repository at this point in the history
  4. fix: prevented /SERVER url from appearing in dev

    This was possible if HSR took effect before interactivity.
    arctic-hen7 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9e82b26 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    f2f5aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d1c2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a844c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    5551960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985426f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    458e6e1 View commit details
    Browse the repository at this point in the history