Skip to content
Merged
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
128 changes: 64 additions & 64 deletions content/docs/nav.yml
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
- title: Installation
- title: Встановлення
items:
- id: getting-started
title: Getting Started
title: Початок роботи
- id: add-react-to-a-website
title: Додаємо React до вашого сайту
- id: create-a-new-react-app
title: Create a New React App
title: Створюємо новий React-додаток
- id: cdn-links
title: CDN Links
- title: Main Concepts
title: Посилання на CDN
- title: Основні поняття
isOrdered: true
items:
- id: hello-world
title: Hello World
title: Привіт, світе
- id: introducing-jsx
title: Вступ до JSX
- id: rendering-elements
title: Rendering Elements
title: Рендеринг елементів
- id: components-and-props
title: Компоненти і пропси
- id: state-and-lifecycle
title: State and Lifecycle
title: Стан та життєвий цикл
- id: handling-events
title: Handling Events
title: Обробка подій
- id: conditional-rendering
title: Conditional Rendering
title: Умовний рендеринг
- id: lists-and-keys
title: Lists and Keys
title: Списки та ключі
- id: forms
title: Forms
title: Форми
- id: lifting-state-up
title: Lifting State Up
title: Підйом стану
- id: composition-vs-inheritance
title: Composition vs Inheritance
title: Композиція проти наслідування
- id: thinking-in-react
title: Thinking In React
- title: Advanced Guides
title: Філософія React
- title: Просунуті теми
items:
- id: accessibility
title: Accessibility
title: Доступність контенту
- id: code-splitting
title: Code-Splitting
title: Розбиття коду
- id: context
title: Context
title: Контекст
- id: error-boundaries
title: Error Boundaries
title: Запобіжники
- id: forwarding-refs
title: Forwarding Refs
title: Перенаправлення рефів
- id: fragments
title: Fragments
title: Фрагменти
- id: higher-order-components
title: Higher-Order Components
title: Компоненти вищого порядку
- id: integrating-with-other-libraries
title: Integrating with Other Libraries
title: Взаємодія зі сторонніми бібліотеками
- id: jsx-in-depth
title: JSX In Depth
title: JSX в деталях
- id: optimizing-performance
title: Optimizing Performance
title: Оптимізація продуктивності
- id: portals
title: Portals
title: Портали
- id: react-without-es6
title: React без ES6
- id: react-without-jsx
title: React без JSX
- id: reconciliation
title: Reconciliation
title: Узгодження
- id: refs-and-the-dom
title: Refs and the DOM
title: Рефи та DOM
- id: render-props
title: Render Props
title: Рендер-пропси
- id: static-type-checking
title: Static Type Checking
title: Статична типізація
- id: strict-mode
title: Strict Mode
title: Суворий режим
- id: typechecking-with-proptypes
title: Typechecking With PropTypes
title: Перевірка типів за допомогою PropTypes
- id: uncontrolled-components
title: Uncontrolled Components
title: Неконтрольовані компоненти
- id: web-components
title: Web Components
- title: API Reference
title: Веб-компоненти
- title: API-довідка
items:
- id: react-api
title: React
Expand All @@ -91,63 +91,63 @@
- id: react-dom-server
title: ReactDOMServer
- id: dom-elements
title: DOM Elements
title: DOM-елементи
- id: events
title: SyntheticEvent
- id: test-utils
title: Test Utilities
title: Тестові утиліти
- id: shallow-renderer
title: Shallow Renderer
title: Поверховий рендерер
- id: test-renderer
title: Test Renderer
title: Тестовий рендерер
- id: javascript-environment-requirements
title: JS Environment Requirements
title: Вимоги до середовища JavaScript
- id: glossary
title: Glossary
- title: Hooks (New)
title: Словник термінів React
- title: Хуки (Нове)
isOrdered: true
items:
- id: hooks-intro
title: Introducing Hooks
title: Введення в хуки
- id: hooks-overview
title: Hooks at a Glance
title: Огляд хуків
- id: hooks-state
title: Using the State Hook
title: Використання хука стану
- id: hooks-effect
title: Using the Effect Hook
title: Використання хука ефекту
- id: hooks-rules
title: Rules of Hooks
title: Правила хуків
- id: hooks-custom
title: Building Your Own Hooks
title: Створення користувацьких хуків
- id: hooks-reference
title: Hooks API Reference
title: Довідка API хуків
- id: hooks-faq
title: Hooks FAQ
- title: Contributing
title: FAQ хуків
- title: Участь в проекті
items:
- id: how-to-contribute
title: How to Contribute
title: Як зробити внесок?
- id: codebase-overview
title: Codebase Overview
title: Огляд коду
- id: implementation-notes
title: Implementation Notes
title: Примітки щодо імплементації
- id: design-principles
title: Design Principles
title: Принципи проектування React
- title: FAQ
items:
- id: faq-ajax
title: AJAX and APIs
title: AJAX та запити до API
- id: faq-build
title: Babel, JSX, and Build Steps
title: Babel, JSX та етапи збірки
- id: faq-functions
title: Passing Functions to Components
title: Передача функцій у компоненти
- id: faq-state
title: Component State
title: Стан компонента
- id: faq-styling
title: Styling and CSS
title: Стилізація та CSS
- id: faq-structure
title: File Structure
title: Структура файлів
- id: faq-versioning
title: Versioning Policy
title: Політика версіонування
- id: faq-internals
title: Virtual DOM and Internals
title: Віртуальний DOM та деталі його реалізації