feat(standard-server): support React Native by explicitly checking body#445
feat(standard-server): support React Native by explicitly checking body#445
Conversation
…r null body By explicitly check for `null` to indicate an intentionally empty body instead of relying on a truthy body check.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA new documentation page was added to describe integrating oRPC with React Native, and the Vitepress configuration was updated to include this integration in the sidebar. The documentation outlines usage instructions, limitations, and provides a TypeScript example. Additionally, the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🔇 Additional comments (7)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
More templates
@orpc/arktype
@orpc/client
@orpc/openapi
@orpc/contract
@orpc/openapi-client
@orpc/react
@orpc/react-query
@orpc/server
@orpc/shared
@orpc/solid-query
@orpc/standard-server
@orpc/standard-server-fetch
@orpc/standard-server-node
@orpc/svelte-query
@orpc/valibot
@orpc/vue-colada
@orpc/vue-query
@orpc/zod
commit: |
By explicitly check for
nullto indicate an intentionally empty body instead of relying on a truthy body check.Summary by CodeRabbit
New Features
Bug Fixes