Skip to content
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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Conversation

coderIvanTS
Copy link

No description provided.

Иван Лайер added 14 commits June 19, 2024 21:56
import vars from './common.scss';
Вот эта конструкция после импорта не работает
vars.light_accent
Cannot read properties of undefined (reading 'light_accent')
в
… окно использует CreatePortal, в списке заполняются key.
…е в него подчиненные компоненты. Использован useLayoutEffect, addEventListener 'transitionend'
…ция приложения, профиль, список товаров, корзина, защищенный роутинг

);

const onSubmit: SubmitHandler<TAddProductParams> = (data) => {

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)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Все запросы давайте вынесем из компонентов логика такая делаем запрос => записываем в store => в компоненте получаем данные из стора

Иван Лайер added 5 commits October 28, 2024 00:16
…обавления товара (и на формы логина и регистрации). Функции API обновления профиля, получения товара перенесены в Saga события.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants