내가 componentWillMount 방법 componentWillMount()
{
this.props.dispatch(qryAccts());
console.log(this.props);
}
에서 원격 동작 (세일즈 포스 기능)를 호출하고 에서 목록을 가져 오는 한 후 표시하지 않습니다 JS 반응 내 작업은 expo
중첩 노드 트리가있는 앱이 있습니다. 모든 노드는 같은 유형입니다. 사용자가 어떤 노드를 확대 {
id: 1,
title: "node_1",
children: [
{
id: 2,
title: "node_2",
children: []
},
{
id: 3,
title: "no