Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Nov 18, 2023
1 parent 26f5a28 commit a8cb7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/api-routes-rfc/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This RFC proposes the introduction of API Routes (aka server functions) into the React Native ecosystem as part of [Expo Router](https://docs.expo.dev/routing/introduction/) v3 and the upcoming **Expo SDK 50**.

The goal is to enable developers to write server-side logic directly in their React Native (iOS, Android, web) projects in a simple and developer-friendly manner. This feature aims to simplify server-side development — a required by most applications, foster better security practices, and improve the developer experience.
The goal is to enable developers to write server-side logic directly in their React Native (iOS, Android, web) projects in a simple and developer-friendly manner. This proposal aims to simplify server-side development, which is required by most applications. We also want to foster better security practices, and improve the overall developer experience of universal app development.

## Motivation

Expand Down

0 comments on commit a8cb7e6

Please sign in to comment.