You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by fregayeg July 11, 2022
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:
It is designed to simplify common cases for loading data in a web application
So it becomes:
It is designed to simplify common cases for loading data in a web & mobile apps.
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:
ٌHelp any developers to discover what is common between web and mobile and what is not.
Help mobile developers to use redux with less pain.
Redux will appear more powerful and effective compared to other tools.
Attract the attention of mobile developers around the world, especially those working on large and complex systems.
Get more contributors and fans 🤩
This idea is open to any criticism, enrichment, feedback
Action plan:
Following the discussion above, I'd start to try to give support to React Native - Expo mobile development in Redux Toolkit website.
My current plan is as follows:
Add a new menu in docs like the example below:
In a 1st page:
I'd give an introduction to modern redux for mobile developers.
Motivational expressions.
Suggestions about recommended tools.
A sample example to start with. (I'd use my own experience to express ideas).
I don't want to go further for now, just want to try this simple step (one page), to see how it goes. Any help or contribution is welcome. 🙌
The text was updated successfully, but these errors were encountered:
fregayeg
changed the title
[Docs + Examples] Add support to mobile development
Add support to mobile developers
Jul 12, 2022
I don't think we actually need an entire separate docs category for this. At most, we need a section in the Redux core docs about store/app setup with RN:
Discussed in #2505
Originally posted by fregayeg July 11, 2022
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
Action plan:
Following the discussion above, I'd start to try to give support to React Native - Expo mobile development in Redux Toolkit website.
My current plan is as follows:
I don't want to go further for now, just want to try this simple step (one page), to see how it goes. Any help or contribution is welcome. 🙌
The text was updated successfully, but these errors were encountered: