-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work with server #135
base: main
Are you sure you want to change the base?
Work with server #135
Conversation
import vars from './common.scss'; Вот эта конструкция после импорта не работает vars.light_accent Cannot read properties of undefined (reading 'light_accent') в
… окно использует CreatePortal, в списке заполняются key.
…е в него подчиненные компоненты. Использован useLayoutEffect, addEventListener 'transitionend'
…ция приложения, профиль, список товаров, корзина, защищенный роутинг
…ном компоненте и с использованием Redux-saga.
…атегорий, просмотр, редактирование товара
|
||
); | ||
|
||
const onSubmit: SubmitHandler<TAddProductParams> = (data) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Стоит сделать валидацию форм
<div>Логин:</div> | ||
{profile.userName} | ||
</div> | ||
postProfileApi(data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Все запросы давайте вынесем из компонентов логика такая делаем запрос => записываем в store => в компоненте получаем данные из стора
…обавления товара (и на формы логина и регистрации). Функции API обновления профиля, получения товара перенесены в Saga события.
…бавления в корзину.
…ного хранилища, исправление ошибок.
No description provided.