Skip to content

Commit 2ed345e

Browse files
committed
resolve conflicts
1 parent a3c6f99 commit 2ed345e

4 files changed

Lines changed: 0 additions & 18 deletions

File tree

src/components/SocialBanner.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ import {useRef, useEffect} from 'react';
77
import cn from 'classnames';
88
import {ExternalLink} from './ExternalLink';
99

10-
<<<<<<< HEAD
11-
const bannerText = 'Украинаны қолдаңыз 🇺🇦';
12-
const bannerLink = 'https://opensource.fb.com/support-ukraine';
13-
const bannerLinkText = 'Украинаға гуманитарлық көмек көрсетуге көмектесіңіз';
14-
=======
1510
const bannerText = 'Stream React Conf on May 15-16.';
1611
const bannerLink = 'https://conf.react.dev/';
1712
const bannerLinkText = 'Learn more.';
18-
>>>>>>> c3bc5affa0e7452e306c785af11798d16b4f6dd4
1913

2014
export default function SocialBanner() {
2115
const ref = useRef<HTMLDivElement | null>(null);

src/content/community/conferences.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,15 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1010

1111
## Upcoming Conferences {/*upcoming-conferences*/}
1212

13-
<<<<<<< HEAD
1413
### React Paris 2024 {/*react-paris-2024*/}
1514
March 22, 2024. In-person in Paris, France + Remote (hybrid)
1615

1716
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/)
1817

19-
<<<<<<< HEAD
20-
=======
2118
### Epic Web Conf 2024 {/*epic-web-2024*/}
2219
April 10 - 11, 2024. In-person in Park City, UT, USA
2320

2421
[Website](https://www.epicweb.dev/conf) - [YouTube](https://www.youtube.com/@EpicWebDev)
25-
>>>>>>> c3bc5affa0e7452e306c785af11798d16b4f6dd4
2622

2723
### React Miami 2024 {/*react-miami-2024*/}
2824
April 19 - 20, 2024. In-person in Miami, FL, USA

src/content/learn/editor-setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ React қауымдастығында қолданылатын басқа тан
4040

4141
### Форматтау {/*formatting*/}
4242

43-
<<<<<<< HEAD
44-
Кодыңызды басқа адамдармен бөліскен кезде ең соңғы уайымдайтын нәрсе ол [табтар немесе бос орындар](https://www.google.com/search?q=tabs+vs+spaces)! Қуанышқа орай, [Prettier](https://prettier.io/) кодты алдын ала орнатылған ережелерге сәйкес форматтайды. Prettier-ді іске қосыңыз, сонда барлық қойған табтар, бос орындар, тырнақша түрі және т.б. конфигурацияға сәйкес келетіндей етіп өзгертіледі. Prettier файлды сақтаған кезде форматтауды іске қосылады, бұл сіздің жұмысынызды жеңілдетеді.
45-
=======
4643
The last thing you want to do when sharing your code with another contributor is get into a discussion about [tabs vs spaces](https://www.google.com/search?q=tabs+vs+spaces)! Fortunately, [Prettier](https://prettier.io/) will clean up your code by reformatting it to conform to preset, configurable rules. Run Prettier, and all your tabs will be converted to spaces—and your indentation, quotes, etc will also all be changed to conform to the configuration. In the ideal setup, Prettier will run when you save your file, quickly making these edits for you.
47-
>>>>>>> c3bc5affa0e7452e306c785af11798d16b4f6dd4
4844

4945
Мына қадамдарды орындау арқылы [VSCode ішінде Prettier кеңейтімін](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) орнатуға болады:
5046

src/content/learn/installation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ export default function App() {
3737

3838
Дәл осы жерде код жазуға немесе жоғарғы оң жақ бұрыштағы «Fork» түймесін басу арқылы кодты жаңа табта ашуға болады.
3939

40-
<<<<<<< HEAD
41-
Мұндай құмжәшіктер React құжаттамасының беттерінің көпшілігінде қолжетімді. React құжаттамасынан басқа, React-ті қолдайтын көптеген онлайн құмжәшіктері бар: мысалы, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), немесе [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb)
42-
=======
4340
Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or [CodePen.](https://codepen.io/pen?template=QWYVwWN)
44-
>>>>>>> 2a2e02f1d88f4d2828728ce352626e84ed8abda0
4541

4642
### Локальде React-тi қолданып көріңіз {/*try-react-locally*/}
4743

0 commit comments

Comments
 (0)