-
Hi, was thinking if there is a better way to use resolve. I'm using it to trigger actions that will populate stores instead of setting a prop on resolve.
-
I clone the application but when I build for android it failed because it can't find ng2-redux.
Any ideas why?
-
- App.js에서 라우팅 로직 잘 작성하신것 같습니다. 관련해서 하나 조언을 드리자면, 각 페이지를 담당하는 메인컴포넌트를 따로 관리하신건 잘하셨는데, 폴더명을 pages로 지정하면 더 이해하기 편할것 같습니다. (개발자들사이에서의 컨벤션이라고 보시면 됩니다.)
- redux 관련 로직에서는 todoArr에서 reducer를 필요에 맞게 잘 사용하신…
-
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
-
The state of a menu in an application should be part of the component state. There's no need to persist it in the redux store of the application
-
Maybe the Quickstart Guide could have more information about actually using ET_Redux rather than just about getting data to run on it.
-
Today was all about coding - making tests pass in the new Redux branch of our app (https://github.com/CodeHubOrg/organisations-database/tree/redux) that @rinse0ut had written, to be precise. I think w…
-
Is asynchrony via core.async something you think may be of interest or at least worth researching, or are you hoping to aim for callbacks/promises?
-
In my code,
```
componentDidMount = () => {
console.log('Loading Test Data');
this.myForm.reset({
task: 'Sample Task',
});
};
render() {
return (
{ this.myForm = e…
-
This here is an outline of a new top-level section for React Native mobile development.
Whereas the existing Frontend playbook content is heavily tooling-focused, I would like this document to also d…