Javascript

Cara Membangun Paginasi Khusus dengan React — step-by-step Javascript tutorial on Progressive Robot

Cara Membangun Paginasi Khusus dengan React

Metode untuk menangani set data besar terkait tampilannya adalah menggunakan teknik guliran yang tak terbatas – ketika banyak data dimuat dalam potongan seiring pengguna terus menggulir hingga sangat dekat dengan akhir halaman. Ini adalah teknik yang digunakan untuk menampilkan hasil pencarian di Google Images. Dalam tutorial ini, kita akan melihat cara membangun komponen paginasi khusus dengan React untuk melakukan paginasi pada set data yang besar. Kita akan membangun tampilan terpaginasi dari

Read more
How To Deploy a Gatsby Application to an app platform — step-by-step Javascript tutorial on Progressive Robot

How To Deploy a Gatsby Application to an app platform

In this tutorial, you will deploy a Gatsby application to the cloud provider’s App Platform. App Platform is a Platform as a Service that builds, deploys, and manages apps automatically. When combined with the speed of a static site generator like Gatsby, this provides a scalable JAMStack solution that doesn’t require server-side programming.

Read more
How To Handle Routing in React Apps with React Router — step-by-step Javascript tutorial on Progressive Robot

How To Handle Routing in React Apps with React Router

In React, routers help create and navigate between the different URLs that make up your web application. React Router is designed with intuitive components to let you build a declarative routing system for your application. In this tutorial, you’ll install and configure React Router, build a set of routes, and connect to them using the component. You’ll also use React Hooks to access data and other routing information and create nested routes.

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
How To Set Up Conditional and Responsive Routing with React Router v4 — step-by-step Javascript tutorial on Progressive Robot

How To Set Up Conditional and Responsive Routing with React Router v4

Responsive routing in React involves serving different routes to users based on the viewport of their device. In this tutorial, we will show you how to implement routing and serving responsive routes in your React applications. By following this tutorial, you will build a user dashboard application that serves different routes to users based on the size of their device screens.

Read more
CHAT