React

310 bookmarks
Custom sorting
How to Build a Custom Pagination Component in React
How to Build a Custom Pagination Component in React
We often work with web applications that need to fetch large amounts of data from a server through APIs and render it on the screen. For example, in a Social media application we fetch and render users' posts and comments. In an HR dashboard we display information about candidates who
·freecodecamp.org·
How to Build a Custom Pagination Component in React
lahmatiy/react-render-tracker: React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
lahmatiy/react-render-tracker: React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts - lahmatiy/react-render-tracker: React render tracker – a tool to discover performance ...
·github.com·
lahmatiy/react-render-tracker: React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
Немного о том, как работает виртуальный DOM в React
Немного о том, как работает виртуальный DOM в React
Настоящий или реальный (real) DOM DOM расшифровывается как Document Object Model (объектная модель документа). Проще говоря, DOM — это представление пользовательского интерфейса (user interface,...
·habr.com·
Немного о том, как работает виртуальный DOM в React
Собираем свою библиотеку для SSR на React
Собираем свою библиотеку для SSR на React
МотивацияПривет, меня зовут Сергей и я фронтендер в KTS.Мы делаем проекты на React и на некоторых проектах важно использовать server side rendering (SSR). Не стану тут рассуждать, нужен ли SSR для...
·habr.com·
Собираем свою библиотеку для SSR на React
harryheman/React-Total
harryheman/React-Total
Ресурс для изучения React.js и связанных с ним технологий на русском языке - harryheman/React-Total
·github.com·
harryheman/React-Total
5 приемов по разделению «бандла» и «ленивой» загрузке компонентов в React
5 приемов по разделению «бандла» и «ленивой» загрузке компонентов в React
Разделение Javascript-кода на несколько файлов называется разделением «бандла» или сборки (bundle splitting). Это позволяет загружать только тот код, который ко...
·habr.com·
5 приемов по разделению «бандла» и «ленивой» загрузке компонентов в React
React Server-Side Rendering (SSR) — руководство новичка
React Server-Side Rendering (SSR) — руководство новичка
В этом уроке мы поговорим о серверном рендеринге (SSR), его преимуществах и подводных камнях. Затем мы создадим мини React проект и express сервер (Node.js), что...
·habr.com·
React Server-Side Rendering (SSR) — руководство новичка
You don't know the classNames library
You don't know the classNames library
You likely use the classNames library every day - but how well do you know it? 🤔 #reactjs #opensource #javascript #webdev #webdevelopment
·areknawo.com·
You don't know the classNames library
Using React with D3.js
Using React with D3.js
When I visualize data on the web, my current favorite environment is using D3.js inside of a React.js application. These two technologies are notoriously tricky to combine. The crux of the issue is that they both want to handle the DOM.
·wattenberger.com·
Using React with D3.js
Изучение методов кэширования в React / Блог компании OTUS. Онлайн-образование / Хабр
Изучение методов кэширования в React / Блог компании OTUS. Онлайн-образование / Хабр
Как использовать memoization, contexts, useMemo, useState, и useEffectДля будущих учащихся на курсе "React.js Developer" подготовили перевод материала. Также при...
·habr.com·
Изучение методов кэширования в React / Блог компании OTUS. Онлайн-образование / Хабр
Какая настоящая цена useMemo? / Хабр
Какая настоящая цена useMemo? / Хабр
Привет, Хабр!В одной из предыдущих моих статей “Все ли вы знаете о useCallback?” мы оценивали когда стоит использовать useCallback, а когда это избыточно. Та ста...
·habr.com·
Какая настоящая цена useMemo? / Хабр
Using useEffect() in React.js functional component
Using useEffect() in React.js functional component
The React hook useEffect helps in adding componentDidUpdate and componentDidMount combined lifecycle in React’s functional component.So far we know we can add ...
·tutorialspoint.com·
Using useEffect() in React.js functional component
React: лучшие практики / Хабр
React: лучшие практики / Хабр
Разрабатываете на React или просто интересуетесь данной технологией? Тогда добро пожаловать в мой новый проект — Тотальный React. Введение Я работаю с React у...
·habr.com·
React: лучшие практики / Хабр
How to Fetch Data in React: Cheat Sheet + Examples
How to Fetch Data in React: Cheat Sheet + Examples
There are many ways to fetch data from an external API in React. But which one should you be using for your applications in 2021? In this tutorial, we will be reviewing five of the most commonly used patterns to fetch data with React by making an HTTP request to
·freecodecamp.org·
How to Fetch Data in React: Cheat Sheet + Examples
Архитектурный паттерн Dependency Injection в React-приложении / Блог компании TINKOFF / Хабр
Архитектурный паттерн Dependency Injection в React-приложении / Блог компании TINKOFF / Хабр
Расшифровка доклада Сергея Нестерова с конференции FrontendLive 2020.Привет! Меня зовут Сергей, уже больше двух лет я работаю в группе компаний Тинькофф. Моя ком...
·habr.com·
Архитектурный паттерн Dependency Injection в React-приложении / Блог компании TINKOFF / Хабр
How to Write Better React Components
How to Write Better React Components
Many features were added to JavaScript in ES6. And these changes help developers write code that is short and easy to understand and maintain. When you use create-react-app to create a React App, you already have support for these changes. This is because it uses Babel.js to convert the
·freecodecamp.org·
How to Write Better React Components
The Magic of React-Based Multi-Step Forms | CSS-Tricks
The Magic of React-Based Multi-Step Forms | CSS-Tricks
One way to deal with long, complex forms is to break them up into multiple steps. You know, answer one set of questions, move on to another, then maybe
·css-tricks.com·
The Magic of React-Based Multi-Step Forms | CSS-Tricks