Replies: 1 comment 1 reply
-
I'd love to have some RN example projects and docs pages. Problem is, I'm the only one actively doing any work on our docs, and I've got a ton of other things to do. For that matter, I have no experience working with RN myself. So, this really needs to be something that the community contributes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm a mobile app developer (React Native), currently, I'm using RTK and its feature Query. I read RTK docs almost everyday, really enjoying it 😍.
However, I wish I could see some intros, guides or conclusions about mobile development using modern redux, I mean on the docs website, if its possible 🙏.
Sometimes I find it difficult to follow an example (codesandbox example) from docs, which is ofc a web app, to make such in my mobile environment . I think it could be more better for people like me to find some ready examples in docs for mobile purpose. This one is a demo with possibility to interact and see result in time. (Expo snack)
As a starting point, I'd suggest to add
mobile
keyword to this paragraph:So it becomes:
Note: I know that many use cases are same as on web, so there are no big differences 🙂. I aim to what is different like mobile navigation, notifications, bottom-sheet, testing and for me the prior topic, could be about fetching & caching data.
The advantages:
This idea is open to any criticism, enrichment, feedback
Beta Was this translation helpful? Give feedback.
All reactions