[wip] SPA shell mode #1

Draft
defunkt wants to merge 1 commits from spa-shell into main
Owner

Trying to make it as easy to do a SPA as SSR.

Overall, the SSR client-side JS story is still lacking. Feels much tighter in SPA-land, but there is still more exploring we can do.

Trying to make it as easy to do a SPA as SSR. Overall, the SSR client-side JS story is still lacking. Feels much tighter in SPA-land, but there is still more exploring we can do.
defunkt added 1 commit 2026-01-28 07:16:50 +00:00
This pull request has changes conflicting with the target branch.
  • src/index.tsx

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin spa-shell:spa-shell
git checkout spa-shell

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff spa-shell
git checkout main
git merge --ff-only spa-shell
git checkout spa-shell
git rebase main
git checkout main
git merge --no-ff spa-shell
git checkout main
git merge --squash spa-shell
git checkout main
git merge --ff-only spa-shell
git checkout main
git merge spa-shell
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: defunkt/hype#1
No description provided.