Javascript

How To Build Custom Pagination with React — step-by-step Javascript tutorial on Progressive Robot

How To Build Custom Pagination with React

A method for handling large datasets on the view is by using the infinite scrolling technique – where more data is loaded in chunks as the user continues scrolling very close to the end of the page. This is the technique used in displaying search results in Google Images. In this tutorial, we will see how to build a custom pagination component with React for paginating large datasets. We will build a paginated view of the countries in the world.

Read more
Como configurar um projeto de nó com o Typescript — step-by-step Javascript tutorial on Progressive Robot

Como configurar um projeto de nó com o Typescript

Escrever código JavaScript do lado do servidor pode ser uma tarefa desafiadora à medida que a base de código cresce. O TypeScript é um superconjunto tipado (opcional) de JavaScript que pode auxiliar na construção e gerenciamento de projetos em JavaScript em larga escala. Ele pode ser considerado um JavaScript com funcionalidades adicionais, tais como uma tipagem estática forte, compilação e programação orientada a objetos. Este tutorial irá explorar como usar o framework [Express](https://expres

Read more
How To Make Netflix-Like Swipers in Vue — step-by-step Javascript tutorial on Progressive Robot

How To Make Netflix-Like Swipers in Vue

If you have been building for the web for a little while, you would have like me encountered at least some issues when making swipers – for some reason, they always seem to have a mind of their own for a while and they come around. It’s either, the swipe

Read more
Реализация плавной прокрутки в React — step-by-step Javascript tutorial on Progressive Robot

Реализация плавной прокрутки в React

Что такое плавная прокрутка? Вместо того, чтобы нажимать на кнопку и сразу же переходить на другую часть (той же самой) страницы, пользователь переходит туда посредством анимации прокрутки. Это одна из малозаметных особенностей сайтов, которая однако имеет эстетическое значение.

Read more
CHAT