Vertaling van "re-render" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
"It was a purely technical issue that meant we would have to re-render everything on-site."
Chodziło o czysto techniczny problem, który oznaczał, że będziemy musieli zrenderować wszystko tam na miejscu.
"We thought we'd have to tear down our render farm, pack it up, bring it backstage at the GDC show, set it back up, get everything cued up, and just try to re-render as much as possible."
Myśleliśmy, że będziemy musieli rozmontować naszą system renderowania, zapakować go i przywieźć za kulisy ceremonii GDC, po czym złożyć ponownie, nastawić wszystko i po prostu spróbować zrenderować tyle, ile będzie to możliwe.
It accepts a new state value and enqueues a re-render of the component.
Note that if a parent component causes your component to re-render, this method will be called even if props have not changed.
Zauważ, że jeśli komponent nadrzędny powoduje ponowne zrenderowanie twojego komponentu, ta metoda będzie wywołana nawet jeśli właściwości nie uległy zmianie.
By default, when your component's state or props change, your component will re-render.
If the save attempt fails, @post.save will return false and action will re-render "new" page, if action succeeds we will receive notification that we were successful and action will redirect us to show page of the @post.
Jeżeli próba zapisania nie powiedzie się, @post.save zwróci false i akcja ponownie odda stronę "new", jeżeli się powiedzie, otrzymamy komunikat, że się udało i akcja przekieruje nas na stronę posta (@post).
The parameter tells DokuWiki to re-render the page if it is more than refresh period since the page was last rendered.
Parametr ten nakazuje DokuWiki powtórne renderowanie strony jeśli minęło więcej czasu niż okres odświeżania od ostatniego renderowania strony.
Inside these methods, the Calculator component asks React to re-render itself by calling this.setState() with the new input value and the current scale of the input we just edited.
Wewnątrz tych metod komponent Calculator prosi Reacta o ponowne wyrenderowanie komponentu poprzez użycie this.setState() z nową wartością inputa oraz obecnie używaną skalą.
Every time we re-render, we schedule a different effect, replacing the previous one.
If you're used to classes, you might be wondering why the effect cleanup phase happens after every re-render, and not just once during unmounting.
Jeżeli zwykle używasz klas, pewnie zastanawiasz się, dlaczego faza sprzątania po efektach następuje przy każdym kolejnym renderowaniu, a nie tylko raz, podczas odmontowywania komponentu.