ЮЧ
https://github.com/artalar/coach-stm/blob/master/MOTIVATION.ru.md
Size: a a a
ЮЧ
ЮЧ
ЮЧ
NK
ЮЧ
class Items extends Coach {
state = { list: [] };
initAccount = this.goal(
"fetch important items",
[ userIdSelector,
fetchUser,
setupAppBar // Вот здесь я хочу получить доступ к userId на первом шаге
]
)
}NK
NK
class Items extends Coach {
state = { list: [] };
initAccount = this.goal(
"fetch important items",
[ userIdSelector,
fetchUser,
setupAppBar // Вот здесь я хочу получить доступ к userId на первом шаге
]
)
}ЮЧ
NK
ЮЧ
NK
class Items extends Coach {
state = { list: [] };
initAccount = this.goal(
"fetch important items",
[ userIdSelector,
fetchUser,
setupAppBar // Вот здесь я хочу получить доступ к userId на первом шаге
]
)
}NK
NK
NK
NK
ЮЧ
NK
ЮЧ
File, у которого потом пришлось добавить свойство data, в котором хранить всю необходимую мета-информацию.NK
NK