-
When displaying transactions, balances and such, we need to know information about the token: name, symbol and icon. The first two can be (potentially) found on the contract, and the icon will be from…
-
react-navigation@4 had a ```handleNavigationChange``` callback you could pass to the app container that had a nicer API than the equivalent ```onStateChange``` has in react-navigation@5.
The primar…
-
## Location
* Remote
## Salary Expectation
* $3000++
## Requirements
- Good programming skills with NodeJS, React. - Deeply understand non blocking asynchronous programming - Experienced …
-
While migrating from 0.26 => 0.27 and using the actions meta getData, I would like to use the current state.data to merge some attributes together with the current response. For example, pagination (…
-
不好意思我汉语不太好。 有一个问题。 我找不到Taro.CloneElement. :( Taro有没有?在哪里?
```
const Renderer = React.cloneElement(
this.returnRenderer(),
{ ...this.returnDynamicProps() }
…
-
Could you please provide some example of an app with user authentication?
In our apps we use **redux** for state management, and **sagas** - for async data exchange with the remote API.
Specifi…
-
I was going through the code-base and found this redux-saga function interesting.
I have generally seen watcher function using `takeLatest()` or `takeEvery()`, but here you used `call()` can you pl…
-
Hi! Had a chance to glance through the code briefly, and wanted to offer up some suggestions:
- First, I'd strongly suggest that you try using [our Redux Starter Kit package](https://redux-starter…
-
![no-think](https://user-images.githubusercontent.com/5450382/52622228-907d6b00-2ea9-11e9-9857-d28be154d0b9.jpg)
It's fair to say that the file structure of the app could be simplified a bit, such …
-
When using the low-level API with `sendRequest` the `pending` state becomes negative
e.g:
```
// saga
function* loadSomething(): Saga {
const {response, error} = yield call(sendRequest, actions…