-
If somebody wants to work in it - let me know. We can then establish how this would work
-
```
export function* loginFetch(action) {
try {
const info = yield call(loginUserFetch, action.params);
console.log(info)
if(!info) return yield put({type: actionTypes…
-
Error: Unable to resolve module @react-native-picker/picker from
C:\Users\user\Desktop\proj\app\Share\Header.js: @react-native-picker/picker could not be found within the project or in these direc…
-
> Ниже будет представлен полный стек проекта по мимо самого алгоритма...
-
### 공통
- [ ] 중점을 두고 구현한 부분이 어디인가
실시간 예약 통계 → 실시간 데이터를 표현하는 부분,
- [ ] 지금까지 했던 프로젝트들을 진행하면서 뭔가 기억에 남는 이슈(실수)가 있었다면?
- [ ] 왜 해당 부서를 선택했나?
### react
- [ ] react ssr을 적용했을 때의 이점이 뭐냐
- [ ] …
-
I've just seen that you added a new context api to kea. I've tried updating the example with the new versions and updating the example with these modifications in the store:
```js
export const ini…
-
![image](https://user-images.githubusercontent.com/6488531/194750502-4e43d330-8de6-462f-b4b3-4107c47b347b.png)
打印observerCount 为0
-
I like the example that you give in the Readme but when you open the example in the example folder its much simpler and doesnt seem to take advantage of that beautiful syntax you show in the readme.
…
-
* add tests for Redux reducers / stateless components, etc.
-
I setup the extension as specified in the docs
```
import { applyMiddleware, compose, createStore } from "redux";
import thunk from "redux-thunk";
import rootReducer from "./reducers";
const co…