Skip to content
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
2 changes: 1 addition & 1 deletion beta/src/pages/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,4 +535,4 @@ button {

By now, you know the basics of how to write React code!

Head to [Thinking in React](/learn/thinking-in-react) to see how it feels to build a UI with React in practice.
Head to [Myślenie reactowe](/learn/thinking-in-react) to see how it feels to build a UI with React in practice.
2 changes: 1 addition & 1 deletion beta/src/pages/learn/sharing-state-between-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ In a React application, many components will have their own state. Some state ma

Your app will change as you work on it. It is common that you will move state down or back up while you're still figuring out where each piece of the state "lives". This is all part of the process!

To see what this feels like in practice with a few more components, read [Thinking in React](/learn/thinking-in-react).
To see what this feels like in practice with a few more components, read [Myślenie reactowe](/learn/thinking-in-react).

<Recap>

Expand Down
Loading