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
234 changes: 117 additions & 117 deletions src/content/learn/escape-hatches.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/content/learn/removing-effect-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ function ChatRoom({ roomId }) {

<Wip>

This section describes an **experimental API that has not yet been released** in a stable version of React.
Ova sekcija opisuje **eksperimentalni API koji još uvek nije deo** stabilne verzije React-a.

</Wip>

Expand Down
2 changes: 1 addition & 1 deletion src/content/learn/reusing-logic-with-custom-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ Every time your `ChatRoom` component re-renders, it passes the latest `roomId` a

<Wip>

This section describes an **experimental API that has not yet been released** in a stable version of React.
Ova sekcija opisuje **eksperimentalni API koji još uvek nije deo** stabilne verzije React-a.

</Wip>

Expand Down
6 changes: 3 additions & 3 deletions src/content/learn/separating-events-from-effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ You need a way to separate this non-reactive logic from the reactive Effect arou

<Wip>

This section describes an **experimental API that has not yet been released** in a stable version of React.
Ova sekcija opisuje **eksperimentalni API koji još uvek nije deo** stabilne verzije React-a.

</Wip>

Expand Down Expand Up @@ -580,7 +580,7 @@ You can think of Effect Events as being very similar to event handlers. The main

<Wip>

This section describes an **experimental API that has not yet been released** in a stable version of React.
Ova sekcija opisuje **eksperimentalni API koji još uvek nije deo** stabilne verzije React-a.

</Wip>

Expand Down Expand Up @@ -880,7 +880,7 @@ Read [Removing Effect Dependencies](/learn/removing-effect-dependencies) for oth

<Wip>

This section describes an **experimental API that has not yet been released** in a stable version of React.
Ova sekcija opisuje **eksperimentalni API koji još uvek nije deo** stabilne verzije React-a.

</Wip>

Expand Down
2 changes: 1 addition & 1 deletion src/content/reference/react/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function ChatRoom({ roomId }) {
// ...
```

Effect-i su "evakuacioni izlaz" u React paradigmi. Nemojte koristiti Effect-e da orkestrirate tok podataka u vašoj aplikaciji. Ako ne interagujete sa eksternim sistemom, [možda vam neće biti potreban Effect](/learn/you-might-not-need-an-effect).
Effect-i su "evakuacioni izlaz" u React paradigmi. Nemojte koristiti Effect-e da orkestrirate tok podataka u vašoj aplikaciji. Ako ne interagujete sa eksternim sistemom, [možda vam neće trebati Effect](/learn/you-might-not-need-an-effect).

Postoje dve retko korišćene varijante `useEffect`-a sa razlikama u tajmingu:

Expand Down
2 changes: 1 addition & 1 deletion src/content/reference/react/useEffect.md
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ Now that you define the `createOptions` function inside the Effect, the Effect i

<Wip>

This section describes an **experimental API that has not yet been released** in a stable version of React.
Ova sekcija opisuje **eksperimentalni API koji još uvek nije deo** stabilne verzije React-a.

</Wip>

Expand Down