-
Does Blitz make it faster to build CRUD APIs or is it mostly for web? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Good question! With blitz, you can code as if you have a function with direct access to your database in your React app. During compilation Blitz will take that data fetching function and generate an RPC endpoint around it. So you can focus on building your app while blitz generates the API layer for you. |
Beta Was this translation helpful? Give feedback.
-
My question was more about using blitz to build a backend for an iOS app |
Beta Was this translation helpful? Give feedback.
-
Blitz will add support for React Native development in the future, but building backends is out of scope for this. You can read more about this in the Blitz Manifesto. |
Beta Was this translation helpful? Give feedback.
-
If you've got any more questions on Blitz usage, feel free to come by to our Slack! |
Beta Was this translation helpful? Give feedback.
-
@mroushdy yeah, currently the answer to your question is "no". But this is a key future feature for us. There will be two ways to use Blitz from a mobile app:
|
Beta Was this translation helpful? Give feedback.
@mroushdy yeah, currently the answer to your question is "no". But this is a key future feature for us.
There will be two ways to use Blitz from a mobile app: