Skip to content

Homework 1#10

Open
loreliawand wants to merge 3 commits intoxzfantom:mainfrom
loreliawand:homework_1
Open

Homework 1#10
loreliawand wants to merge 3 commits intoxzfantom:mainfrom
loreliawand:homework_1

Conversation

@loreliawand
Copy link
Copy Markdown

Исправлены замечания, которые были на ревью

Copy link
Copy Markdown
Owner

@xzfantom xzfantom left a comment

Choose a reason for hiding this comment

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

Пара замечаний, а так вроде хорошо

Comment thread src/App.js Outdated

mySubmit = (event) => {
event.preventDefault();
let result = {};
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Для копирования объекта проще использовать spread: let result = {...this.state}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Исправлено

Comment thread src/App.js Outdated
import FormHeader from './components/FormHeader';
import InputField from './components/InputField';
import TextAreaField from './components/TextAreaField';
import './App.css';
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

По условию были указаны css модули

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Добавлены модули и удалён общий файл css

Copy link
Copy Markdown
Owner

@xzfantom xzfantom left a comment

Choose a reason for hiding this comment

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

как по мне, так хорошо) @poulkud

Comment thread src/App.js
};
}

genHandler = (fieldName) => {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

странное название

Copy link
Copy Markdown
Collaborator

@poulkud poulkud left a comment

Choose a reason for hiding this comment

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

исправить комменты. Апрув

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.

3 participants