Skip to content

Commit 64e8e9c

Browse files
committed
start translation of portals
1 parent 0fad6d0 commit 64e8e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/portals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: portals
3-
title: Portals
3+
title: Portale
44
permalink: docs/portals.html
55
---
66

7-
Portals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component.
7+
Portale stanowią pierwszorzędny sposób na renderowanie dzieci, w takim węźle DOM, który znajduje się poza strukturą drzewa DOM komponentu - rodzica.
88

99
```js
1010
ReactDOM.createPortal(child, container)

0 commit comments

Comments
 (0)