Skip to content

Commit 3d74cf5

Browse files
authored
Resolve conflicts
1 parent b9428b3 commit 3d74cf5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/hooks-state.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ prev: hooks-overview.html
88

99
*Hooki* są nowym dodatkiem w Reakcie 16.8. Pozwalają one na wykorzystanie stanu i innych funkcjonalności Reacta, bez użycia klas.
1010

11-
<<<<<<< HEAD
12-
W [poprzednim rozdziale](/docs/hooks-intro.html) przedstawiliśmy hooki następującym przykładem:
13-
=======
14-
The [introduction page](/docs/hooks-intro.html) used this example to get familiar with Hooks:
15-
>>>>>>> b1691780aa3178d39694264863210d34ad5a5f81
11+
We [wstępie](/docs/hooks-intro.html) przedstawiliśmy hooki za pomocą następującego przykładu:
1612

1713
```js{4-5}
1814
import React, { useState } from 'react';

0 commit comments

Comments
 (0)