посредственный курс, чувак просто пишет код, накидывая библиотеки, иногда объясняя, но чаще нет, причем очевидно, что копипастит из готового источника, т.к. некоторая логика строится им наоборот, не от концепта к деталям, а от деталей - уже к решению. Ну напиши ты решение, потом уже отрефактори в видео по утилам и прочее, а тут отбывает номер.
veros_bo
Dunno, for me it is missing with explanation why he is doing what he's doing.
camelCase
It is not beginner friendly, just heads up. It should be intermediate, I suppose.
veros_bo
camelCase
but to be honest I don't when they jump to the moment that they placed some additional code from somewhere and you have no idea what's been added..
veros_bo
camelCase
yeah, I guess it is not a bad course, but it's not easy to code along because of the speed, it's rather to watch and think than to type with him
veros_bo
veros_bo
because it's not "let me explain why I did this or that, it is just "follow me and look what I've done"
Anonymous
Thanks for the videos!
Clockwise
YOU ARE THE BEST!!!
nopr
wow thx
Anonymous
please update with the master class videos for this series
Sergeq
coursehunter team, please, update to r12 with videos
Anonymous
It would be great if you guys add the master class video for this series
Anonymous
Guys could you add the masterclass video course of this series?
olderman
They put a course vidoe version please check out admin.
Thanks.
Anonymous
@admin, please update course with videos)
Clockwise
Please, update this to include the videos. It would be really good for us.
Arshan
@admin, please add the videos for this as well. It would really be helpful
Clockwise
Arshan
Yes please, Add the videos too. Thanks
Anonymous
Dear all, you might have run into a problem with AppStateProvider: FC = ({ children}) the code mentioned on the page 70 of the book. Typescript would yell at you for various reasons, as React.FC type is generic, and by default it does not have {children property}. For you to fix it you might want to define provider as follows:
AppStateProvider: FC
Here we are telling typescript that our AppStateProvider functional component has property children of the type JSX.Element. Hope that helps you with this book :)
Anonymous
Anonymous
AppStateProvider: FC < { children: JSX.Element } >
topdevsinc.2021
Пожалуйста добавьте видео файлы к книге, около 10 часов видео
Arshan
They have released 10 hours+ video format of this as well. Please add this. It would be really helpful
Arshan
Arshan
@admin
Anonymous
@admin, please add new video masterclass "Fullstack React with TypeScript Masterclass"
TuanTQ
@admin, please update the book. R12 has been released. Thanks!
CourseHunter Team
TuanTQ
updated to R12
Anonymous
Ok, now it is updated to r11. Thanks!
Random
Confirm that the book is of Revision 3p - 2020-06-08
Anonymous
This is the r3 version! They already released the r9 version! Please update.
nolegal
книга не скачивается
HunterXHunter
@admin, please update the book. R7 has been released. it fixes some missing code from the book. i.e Trello Clone, I thought it was glitching but it wasn't. Thanks in advance.
MiXeR54
на сайте написано что книга завершена. Можете обновить?
Anonymous
Добрый день! Книга уже полностью готова. Обновите пожалуйста.
CourseHunter Team
Anonymous
Обновлена уже три дня назад
Anonymous
CourseHunter Team
Спасибо!!!
John wick
Hey, the book is now completed with the release of v4. Please update!
akki
Admin please update it
Drekavac
Обновите плз
Random
источник https://www.newline.co/
Команда внимательно читает ваши комментарии и оперативно на них реагирует. Вы можете спокойно оставлять запросы на обновления или задавать любые вопросы о курсе здесь.
Thanks.
AppStateProvider: FC
Here we are telling typescript that our AppStateProvider functional component has property children of the type JSX.Element. Hope that helps you with this book :)