Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvl130/trpc-expo-api-routes-demo
🧩 Demo app for integrating tRPC with Expo API routes
https://github.com/arvl130/trpc-expo-api-routes-demo
expo react react-native rest-api trpc
Last synced: 1 day ago
JSON representation
🧩 Demo app for integrating tRPC with Expo API routes
- Host: GitHub
- URL: https://github.com/arvl130/trpc-expo-api-routes-demo
- Owner: arvl130
- License: mit
- Created: 2023-12-21T17:32:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-21T09:21:54.000Z (11 months ago)
- Last Synced: 2024-03-21T10:55:30.581Z (11 months ago)
- Topics: expo, react, react-native, rest-api, trpc
- Language: TypeScript
- Homepage: https://trpc-expo-demo.netlify.app
- Size: 303 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🧩 tRPC with Expo API Routes Demo
With the release of [Expo SDK 50](https://expo.dev/changelog/2023/12-12-sdk-50-beta), Expo Router now enables you to write server code on your Expo projects through the new [API Routes](https://docs.expo.dev/router/reference/api-routes).
This is an example app that shows how you can setup [tRPC](https://trpc.io) on Expo with API Routes. This lets developers achieve full-stack typesafety on all of Expo's supported platforms: Android, iOS, Web, and now—server.
## License
This project is licensed under the MIT License.
Copyright © 2023 Angelo Geulin