Most Common React Mistakes - Avoid Them

preview_player
Показать описание
Redux Devtools extension, React Use Context, React architecture and common places which people don't use correctly. Learn top 5 common mistakes in React in 5 minutes. Here I want to share 5 most common mistakes that people do in React. If you avoid this mistakes you can code faster, be more productive and achieve your goals.

MOST POPULAR COURSES

SERVICES THAT I'M USING

CONNECT WITH ME!

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.
Рекомендации по теме
Комментарии
Автор

One comment regarding third point -“props drilling” . I am not sure that solution for that is to go to state management tool. When you experience props drilling that means that architecture of your application is wrong. As I recall even in react documentation there is a statement that context or other state management system should not be used as escape plan for passing props to grand-grand children.

devilslide