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

RFC: render #13

Merged
merged 1 commit into from
Feb 9, 2019
Merged

RFC: render #13

merged 1 commit into from
Feb 9, 2019

Conversation

gaearon
Copy link
Member

@gaearon gaearon commented Feb 9, 2019

По дискуссии из #4, так наверное проще.

| render(ing) **in component sense** | рендер, рендерить, отрендерить, рендеринг |
| render(ing) **in visual sense** | отрисовать, вывести на экран |
| render(ing) | рендер, рендерить, отрендерить |
| re-render(ing) | (по контексту) рендер, повторный рендер, последующий рендер, отрендерить снова |
Copy link
Member Author

Choose a reason for hiding this comment

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

Можно еще просто «ре-рендер», «ре-рендериться»?

Я не хочу «перерисовку» здесь по тем же причинам — это не про визуальное отображение, а только про вычисление.

Copy link
Member

Choose a reason for hiding this comment

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

А почему рендер, а не рендеринг, или в каких случаях будет сущ. рендер, не пойму?

Copy link
Member

Choose a reason for hiding this comment

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

Можно еще просто «ре-рендер», «ре-рендериться»?

Вообще 👎 , по-моему, лучше уж повторный рендер

Copy link
Member Author

@gaearon gaearon Feb 9, 2019

Choose a reason for hiding this comment

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

Рендер — когда render используется как существительное.
Рендеринг — когда rendering используется как существительное.

Rendering это процесс в целом, а render это как конкретный «раз» когда мы рендерим. Например «во время следующего рендера» или «отменить рендер», но «реакт начинает рендеринг» и «рендеринг продолжается рекурсивно».

В целом это должно совпадать с английским наличием или отсутствием ing.

Copy link
Member

Choose a reason for hiding this comment

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

@gaearon спасибо, понял, тогда ок.

Copy link
Member

Choose a reason for hiding this comment

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

Подумал в начале может внести третью колонку, типа с примерами употреблений, но посмотрим, как начнётся перевод, мб не понадобиться..

@gaearon gaearon requested a review from lex111 February 9, 2019 01:05
@gaearon gaearon merged commit 9fb16c5 into master Feb 9, 2019
@gaearon gaearon deleted the gaearon-patch-5 branch February 9, 2019 01:20
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.

None yet

2 participants