Skip to content

Translate Your first component #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 3, 2021
Merged
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
4 changes: 2 additions & 2 deletions beta/src/pages/learn/describing-the-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ img {

<LearnMore path="/learn/your-first-component">

Read **[Your First Component](/learn/your-first-component)** to learn how to declare and use React components.
Read **[Twój pierwszy komponent](/learn/your-first-component)** to learn how to declare and use React components.

</LearnMore>

Expand Down Expand Up @@ -521,6 +521,6 @@ Read **[Keeping Components Pure](/learn/keeping-components-pure)** to learn how

## What's next? {/_whats-next_/}

Head over to [Your First Component](/learn/your-first-component) to start reading this chapter page by page!
Head over to [Twój pierwszy komponent](/learn/your-first-component) to start reading this chapter page by page!

Or, if you're already familiar with these topics, why not read about [Adding Interactivity](/learn/adding-interactivity)?
4 changes: 2 additions & 2 deletions beta/src/pages/learn/importing-and-exporting-components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Importing and Exporting Components
title: Importowanie i eksportowanie komponentów
---

<Intro>
Expand All @@ -20,7 +20,7 @@ The magic of components lies in their reusability: you can create components tha

## The root component file {/*the-root-component-file*/}

In [Your First Component](/learn/your-first-component), you made a `Profile` component and a `Gallery` component that renders it:
In [Twój pierwszy komponent](/learn/your-first-component), you made a `Profile` component and a `Gallery` component that renders it:

<Sandpack>

Expand Down
Loading