JavaScript

Специальная разбивка на страницы с помощью React — step-by-step Javascript tutorial on Progressive Robot

Специальная разбивка на страницы с помощью React

Метод обработки больших наборов данных в представлении предусматривает методику бесконечной прокрутки, когда при прокрутке пользователем страницы к концу загружаются новые блоки данных. Эта методика используется при отображении результатов поиска в Google Картинках. У этом учебном модуле мы рассмотрим создание специального компонента разбивки страниц в React для разбивки на страницы больших наборов данных. Мы построим разбитое на страницы представление всех стран мира.

Read more
Создание модуля Node.js — step-by-step Javascript tutorial on Progressive Robot

Создание модуля Node.js

Автор выбрал фонд Open Internet/Free Speech для получения пожертвования в рамках программы Write for DOnations. В Node.js модуль — это набор функций и объектов JavaScript, который могут…

Read more
How To Create Multistep Forms With React and Semantic UI — step-by-step Javascript tutorial on Progressive Robot

How To Create Multistep Forms With React and Semantic UI

React makes it simple to create complex forms for acquiring user data by breaking down the sections into individual React components that collect certain inputs. You can then choose which components are rendered at each step by manipulating state. In this tutorial you will see how to do this, as well as sharing functionality across components using an example of a registration form.

Read more
How To Embed a React Application in WordPress on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Embed a React Application in WordPress on Ubuntu 18.04

This tutorial will walk you through best practices for embedding a React application in a WordPress site. You will create a widget intended to be embedded on multiple pages and sometimes multiple times on a page. On the server side, it will be implemented as a WordPress shortcode. By the end of this tutorial, you will have created your own shortcode, inserted it into a page in WP Admin, and published that page.

Read more
Cara Mengimplementasikan Guliran Halus di React — step-by-step Javascript tutorial on Progressive Robot

Cara Mengimplementasikan Guliran Halus di React

Apa yang dimaksud dengan guliran halus? Alih-alih mengklik tombol dan langsung dibawa ke bagian berbeda dari halaman (yang sama), pengguna diarahkan ke sana melalui animasi bergulir. Inilah salah satu fitur tak kentara di situs yang menghasilkan perbedaan estetika.

Read more
CHAT