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

Initial middleware implementation #12810

Merged
merged 22 commits into from
Jan 23, 2025

Conversation

brophdawg11
Copy link
Contributor

This builds upon #12515 to add the initial middleware implementation.

Decision Doc

#12515 and this are being merged to a brophdawg11/feat-middleware feature branch and final touch ups will be done in subsequent PRs to that branch before merging to dev. Outstanding items include:

  • May need to add some future type overrides like we did for single fetch in v2 to ensure types are correct
  • Change all public API to unstable_ for initial release
  • Add more integration tests around nuanced server/client loader flows
  • Write up user-facing docs for the website

Copy link

changeset-bot bot commented Jan 22, 2025

🦋 Changeset detected

Latest commit: dd8a6ad

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
react-router Patch
@react-router/architect Patch
@react-router/cloudflare Patch
@react-router/dev Patch
react-router-dom Patch
@react-router/express Patch
@react-router/node Patch
@react-router/serve Patch
@react-router/fs-routes Patch
@react-router/remix-routes-option-adapter Patch
create-react-router Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@brophdawg11 brophdawg11 force-pushed the brophdawg11/middleware branch from ad50f60 to 1804f2d Compare January 23, 2025 20:16
@brophdawg11 brophdawg11 force-pushed the brophdawg11/middleware branch from 1804f2d to dd8a6ad Compare January 23, 2025 20:46
@brophdawg11 brophdawg11 merged commit 1cab8c5 into brophdawg11/feat-middleware Jan 23, 2025
7 of 8 checks passed
@brophdawg11 brophdawg11 deleted the brophdawg11/middleware branch January 23, 2025 22:16
brophdawg11 added a commit that referenced this pull request Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant