-
# Objective:
Develop a simplified ride-sharing driver mobile application using React Native that allows
drivers to view nearby ride requests and accept or decline them. The application should utilize
…
-
The mock was created in this ticket: https://github.com/department-of-veterans-affairs/va.gov-team/issues/95262
This ticket is to create a all of the boilerplate required to make the API call and stor…
-
Hi @epeli!
I was wondering how you implement Redux-Saga API calls.
If I take the default Redux-Saga readme example:
```
import { call, put, takeEvery, takeLatest } from 'redux-saga/effects'
…
-
Hello @beyondeye, I looked at how it could be implemented by your Store and I think it would be required subtle changes. Though, it should be easier with the other non-core modules.
Should I try t…
glung updated
7 years ago
-
Hey @xkawi!
Awesome work you did here. I had a recent venture into react native / ignite cli and they are using redux-sauce and api-sauce as wrappers. Imho, it highly organises the code, as you decla…
-
Right now the URL for events is too long, so to improve readability and ease of sharing, need to shorten it to /events/title-date.
-
**Description** -
1. Instead of calling API in **useContext**, will add API to **redux toolkit** which do not make unnecessary calls and make it optimized.
2. Also have to follow **TDD** approach
…
-
## Context
The appointments team has a process in place where they make list-oriented calls rather than single-appt oriented calls. Meaning in this case:
1. A call will be made to fetch all claims for…
-
Hi there !
And thank you for this nice library.
I'm wondering if there is any batch dispatch feature implemented? The equivalent of this:
[https://react-redux.js.org/api/batch](https://react-r…
-
React developers have been supporting the transition towards using Hooks for some while now: https://reactjs.org/docs/hooks-intro.html
There are opinions on whether or not Redux becomes necessary w…