perf: revert to Response, and add docs regarding for FastResponse#6618
perf: revert to Response, and add docs regarding for FastResponse#6618
Conversation
|
View your CI Pipeline Execution ↗ for commit abc5ca6
☁️ Nx Cloud last updated this comment at |
📝 WalkthroughWalkthroughThis PR removes the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@docs/start/framework/react/guide/hosting.md`:
- Around line 239-248: Add an explicit install instruction for srvx before the
FastResponse snippet: note that srvx is no longer a transitive dependency and
show the user to install it (e.g., npm/yarn/pnpm install srvx) prior to
importing FastResponse, and ensure the docs mention FastResponse and
globalThis.Response so readers know to run the install step before adding the
import and assignment.
Reverts:
Adds docs about FastResponse instead
Summary by CodeRabbit
Documentation
Refactor