Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Made by [Codempire](http://codempire.io/)

1. [Javascript](docs/javascript.md)
2. [React](docs/react/README.md)
3. [Typescript](docs/typings.md)
3. [Typescript](docs/typescript/README.md)
4. [Development](docs/development.md)
5. [Tools](docs/tools.md)
6. [Git Flow](docs/git.md)
7. [Clear code](docs/clear-code/README.md)
Copy link
Member

Choose a reason for hiding this comment

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

Better put this info about patterns to react doc with namereact-clean-code


## Contact Us

Expand Down
Binary file added assets/clear-code/end-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clear-code/form-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clear-code/input-field-refactoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clear-code/start-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clear-code/update-field-function.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/work-partial-function-example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/clear-code/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# React Ecosystem

[Return to Table of Contents](../../README.md).

> Tutorial with practices of create clear

## Table of Contents

1. [Main rules](clear-code.md)
2. [Pattern](patter.md)
Loading