Local First React Native
Hi,
I am using convex in expo react native side project. How do I make it work offline? Is there a way to make it local first?
5 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
I have a course platform, I want my user to be able to download the courses, watch it offline, and add comments to a video, update the course progress as they complete a module
Convex doesn't have a local-first paradigm currently, but you could still have users download and watch videos, they just have to have an internet connection to comment, update progress, etc.
@haleem` do you have tried MeteorJs?
got it, thank you
no, I'll check it