From 9a8b23e6a699647b39b7d6bd092e615b47f9265e Mon Sep 17 00:00:00 2001 From: Piotr Szymanski Date: Wed, 17 Apr 2019 09:59:44 +0400 Subject: [PATCH 01/17] installation and main concepts --- content/docs/nav.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 150493d7f..3d10c5af4 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -1,46 +1,46 @@ -- title: Installation +- title: Instalacja items: - id: getting-started - title: Getting Started + title: Podstawowe informacje - id: add-react-to-a-website - title: Add React to a Website + title: Dodaj Reacta do swojej strony - id: create-a-new-react-app - title: Create a New React App + title: Stwórz nową aplikację w Reakcie - id: cdn-links - title: CDN Links -- title: Main Concepts + title: Linki do CDN-ów +- title: Podstawowe informacje isOrdered: true items: - id: hello-world - title: Hello World + title: Witaj, świecie - id: introducing-jsx - title: Introducing JSX + title: Wprowadzenie do JSX - id: rendering-elements - title: Rendering Elements + title: Renderowanie elementów - id: components-and-props - title: Components and Props + title: Komponenty i właściwości - id: state-and-lifecycle - title: State and Lifecycle + title: Stan i cykl życia - id: handling-events - title: Handling Events + title: Obsługa zdarzeń - id: conditional-rendering - title: Conditional Rendering + title: Renderowanie warunkowe - id: lists-and-keys - title: Lists and Keys + title: Listy i klucze - id: forms - title: Forms + title: Formularze - id: lifting-state-up - title: Lifting State Up + title: Wynoszenie stanu w górę - id: composition-vs-inheritance - title: Composition vs Inheritance + title: Kompozycja a dziedziczenie - id: thinking-in-react - title: Thinking In React -- title: Advanced Guides + title: Myślenie reactowe +- title: Zaawansowane informacje items: - id: accessibility - title: Accessibility + title: Dostępność - id: code-splitting - title: Code-Splitting + title: Dzielenie kodu - id: context title: Context - id: error-boundaries From 9f27519ab711fb098cbf4efbe1a527b38240d5c8 Mon Sep 17 00:00:00 2001 From: Piotr Szymanski Date: Wed, 17 Apr 2019 11:13:46 +0400 Subject: [PATCH 02/17] Advanced guides, api reference, hooks, contributing, faq --- content/docs/nav.yml | 80 ++++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 3d10c5af4..b43a74123 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -46,43 +46,43 @@ - id: error-boundaries title: Error Boundaries - id: forwarding-refs - title: Forwarding Refs + title: Zwracanie Refs - id: fragments title: Fragments - id: higher-order-components - title: Higher-Order Components + title: Komponenty wyższego rzędu - id: integrating-with-other-libraries - title: Integrating with Other Libraries + title: Integracja z innymi bibliotekami - id: jsx-in-depth - title: JSX In Depth + title: JSX w szczegółach - id: optimizing-performance - title: Optimizing Performance + title: Optymalizacja wydajności - id: portals - title: Portals + title: Portale - id: react-without-es6 - title: React Without ES6 + title: React bez ES6 - id: react-without-jsx - title: React Without JSX + title: React bez JSX - id: reconciliation title: Reconciliation - id: refs-and-the-dom - title: Refs and the DOM + title: Refs i system DOM - id: render-props - title: Render Props + title: Renderowanie właściwości - id: static-type-checking - title: Static Type Checking + title: Sprawdzanie typu statycznego - id: strict-mode title: Strict Mode - id: typechecking-with-proptypes - title: Typechecking With PropTypes + title: Sprawdzanie typów z PropTypes - id: uncontrolled-components - title: Uncontrolled Components + title: Niekontrolowane komponenty - id: web-components title: Web Components -- title: API Reference +- title: Interfejs API items: - id: react-api - title: React + title: Główne API Reacta subitems: - id: react-component title: React.Component @@ -91,63 +91,63 @@ - id: react-dom-server title: ReactDOMServer - id: dom-elements - title: DOM Elements + title: Elementy DOM - id: events title: SyntheticEvent - id: test-utils - title: Test Utilities + title: Narzędzia do testowania - id: shallow-renderer title: Shallow Renderer - id: test-renderer title: Test Renderer - id: javascript-environment-requirements - title: JS Environment Requirements + title: Wymagania środowiska JavaScript - id: glossary - title: Glossary -- title: Hooks (New) + title: Glosariusz +- title: Hooki (Nowość) isOrdered: true items: - id: hooks-intro - title: Wprowadzenie do Hooków + title: Wprowadzenie do hooków - id: hooks-overview title: Hooki w pigułce - id: hooks-state - title: Using the State Hook + title: Używanie hooka stanu - id: hooks-effect - title: Using the Effect Hook + title: Używanie hooka efektów - id: hooks-rules - title: Rules of Hooks + title: Zasady korzystania z hooków - id: hooks-custom - title: Building Your Own Hooks + title: Tworzenie własnych hooków - id: hooks-reference - title: Hooks API Reference + title: Hooki - interfejs API - id: hooks-faq - title: Hooks FAQ -- title: Contributing + title: Hooki FAQ +- title: Współpraca items: - id: how-to-contribute - title: How to Contribute + title: Jak współpracować - id: codebase-overview - title: Codebase Overview + title: Przegląd kodu - id: implementation-notes - title: Implementation Notes + title: Noty implementacyjne - id: design-principles - title: Design Principles + title: Zasady projektowe - title: FAQ items: - id: faq-ajax - title: AJAX and APIs + title: AJAX i API - id: faq-build - title: Babel, JSX, and Build Steps + title: Babel, JSX, i budowa aplikacji - id: faq-functions - title: Passing Functions to Components + title: Przekazywanie funkcji do komponentów - id: faq-state - title: Component State + title: Stan komponentu - id: faq-styling - title: Styling and CSS + title: Style i CSS - id: faq-structure - title: File Structure + title: Struktura plików - id: faq-versioning - title: Versioning Policy + title: Polityka wersji - id: faq-internals - title: Virtual DOM and Internals + title: Wirtualny model DOM From bf437b56c9870e23208d33dbfb18dff7ce0e92b0 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:38:44 +0400 Subject: [PATCH 03/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index b43a74123..e558f3d0d 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -42,7 +42,7 @@ - id: code-splitting title: Dzielenie kodu - id: context - title: Context + title: Konteksty - id: error-boundaries title: Error Boundaries - id: forwarding-refs From 06efca6381345a53b29d24c2d486f78f49916ac3 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:39:28 +0400 Subject: [PATCH 04/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index e558f3d0d..031d15a12 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -44,7 +44,7 @@ - id: context title: Konteksty - id: error-boundaries - title: Error Boundaries + title: Granice błędów - id: forwarding-refs title: Zwracanie Refs - id: fragments From bb77b5542899476a810f25c67a9d260ae18300e5 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:39:46 +0400 Subject: [PATCH 05/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 031d15a12..1af6615d0 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -46,7 +46,7 @@ - id: error-boundaries title: Granice błędów - id: forwarding-refs - title: Zwracanie Refs + title: Przekazywanie referencji - id: fragments title: Fragments - id: higher-order-components From 5ae63ad52ff4fc534a4af1153bb4c20a75cd7af2 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:39:55 +0400 Subject: [PATCH 06/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 1af6615d0..ffe1e0bc6 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -48,7 +48,7 @@ - id: forwarding-refs title: Przekazywanie referencji - id: fragments - title: Fragments + title: Fragmenty - id: higher-order-components title: Komponenty wyższego rzędu - id: integrating-with-other-libraries From 52195fd18d8d4be858c6d3e9f716078ebda6b91f Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:40:09 +0400 Subject: [PATCH 07/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index ffe1e0bc6..28f6557f8 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -66,7 +66,7 @@ - id: reconciliation title: Reconciliation - id: refs-and-the-dom - title: Refs i system DOM + title: Referencje a DOM - id: render-props title: Renderowanie właściwości - id: static-type-checking From b3c9e5ad9762e8b081710be360722714640118d7 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:40:18 +0400 Subject: [PATCH 08/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 28f6557f8..719fdca26 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -70,7 +70,7 @@ - id: render-props title: Renderowanie właściwości - id: static-type-checking - title: Sprawdzanie typu statycznego + title: Statyczne typowanie - id: strict-mode title: Strict Mode - id: typechecking-with-proptypes From 5df84704b0ca2ce92e5c5e491479552272f359bd Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:40:40 +0400 Subject: [PATCH 09/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 719fdca26..6d1ba0af7 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -68,7 +68,7 @@ - id: refs-and-the-dom title: Referencje a DOM - id: render-props - title: Renderowanie właściwości + title: Właściwości renderujące - id: static-type-checking title: Statyczne typowanie - id: strict-mode From ad85a3cb242940db93749b0e61fa043e2b7ee79e Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:41:09 +0400 Subject: [PATCH 10/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 6d1ba0af7..24f0e61c0 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -103,7 +103,7 @@ - id: javascript-environment-requirements title: Wymagania środowiska JavaScript - id: glossary - title: Glosariusz + title: Słownik pojęć - title: Hooki (Nowość) isOrdered: true items: From b77db9c541fa05bcb5d0082e53cb73273edce53b Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:41:20 +0400 Subject: [PATCH 11/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 24f0e61c0..8755911d2 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -126,7 +126,7 @@ - title: Współpraca items: - id: how-to-contribute - title: Jak współpracować + title: Jak możesz pomóc - id: codebase-overview title: Przegląd kodu - id: implementation-notes From e88a53d603a1954e69715cd47b93edb4218294f2 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:41:28 +0400 Subject: [PATCH 12/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 8755911d2..06ba4063e 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -138,7 +138,7 @@ - id: faq-ajax title: AJAX i API - id: faq-build - title: Babel, JSX, i budowa aplikacji + title: Babel, JSX i budowanie aplikacji - id: faq-functions title: Przekazywanie funkcji do komponentów - id: faq-state From 2c14e9022b141cf9e515e9370e0a6ecb6a50a7b2 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:41:51 +0400 Subject: [PATCH 13/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 06ba4063e..66ec293fa 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -122,7 +122,7 @@ - id: hooks-reference title: Hooki - interfejs API - id: hooks-faq - title: Hooki FAQ + title: Hooki - FAQ - title: Współpraca items: - id: how-to-contribute From fdbd42e6499cc8f173db76356dff980c46d5dd17 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:42:53 +0400 Subject: [PATCH 14/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 66ec293fa..2bee51dbe 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -82,7 +82,7 @@ - title: Interfejs API items: - id: react-api - title: Główne API Reacta + title: React subitems: - id: react-component title: React.Component From f3cef5329b506bd33668ce8374f560c04cd877e7 Mon Sep 17 00:00:00 2001 From: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:43:17 +0400 Subject: [PATCH 15/17] Update content/docs/nav.yml Co-Authored-By: cvqprs --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 2bee51dbe..9737a107e 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -79,7 +79,7 @@ title: Niekontrolowane komponenty - id: web-components title: Web Components -- title: Interfejs API +- title: Dokumentacja API items: - id: react-api title: React From 7d5da6a860b0cdc12c11a43e6c15384e0882946c Mon Sep 17 00:00:00 2001 From: Piotr Szymanski Date: Thu, 18 Apr 2019 11:44:28 +0400 Subject: [PATCH 16/17] Update nav.yml --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 9737a107e..482af8235 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -97,7 +97,7 @@ - id: test-utils title: Narzędzia do testowania - id: shallow-renderer - title: Shallow Renderer + title: Renderowanie płytkie - id: test-renderer title: Test Renderer - id: javascript-environment-requirements From 3f81768328a752b3adc84d9e294c82949c038321 Mon Sep 17 00:00:00 2001 From: Piotr Szymanski Date: Thu, 18 Apr 2019 15:27:09 +0400 Subject: [PATCH 17/17] Fix for netlify error --- content/docs/nav.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 482af8235..dedcde1ae 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -42,13 +42,13 @@ - id: code-splitting title: Dzielenie kodu - id: context - title: Konteksty + title: Konteksty - id: error-boundaries - title: Granice błędów + title: Granice błędów - id: forwarding-refs title: Przekazywanie referencji - id: fragments - title: Fragmenty + title: Fragmenty - id: higher-order-components title: Komponenty wyższego rzędu - id: integrating-with-other-libraries