Главная » React
my React notes

Hooks useEffect You can use more than one useEffect(). For example, if my variable is data1, I can use all of this in my component: How to query data using hooks?
Читать далее »React modals Portals with animation

Анимация модальных окон монтированные в Portal React. Используем библиотеку react-transition-group. демо — https://sin9k.github.io/modal-animations/ github — https://github.com/KusakinVova/modal-animations-Sin9k Данный материал описывает метод автора https://github.com/Sin9k
Читать далее »