My Articles โœ๐Ÿฟ

Create infinite auto-scroll animation with pure CSS poster
Create infinite auto-scroll animation with pure CSS

This guide is to help you understand the concept of how Infinite auto-scroll animations you see on websites like JamStack work, and how to implement them with just CSS!.

Ultimate Guide to setup React Context API with a custom hook [Typescript] poster
Ultimate Guide to setup React Context API with a custom hook [Typescript]

This is a guide to help you set up React Context API with typescript.

Custom React useFetch() hook for data fetching with revalidation poster
Custom React useFetch() hook for data fetching with revalidation

This guide is to show you how to create a simple react hook for data fetching (with revalidation).

Pagination in Javascript and React, with a custom usePagination() hook poster
Pagination in Javascript and React, with a custom usePagination() hook

This guide is to help you understand the concept of pagination and how to implement it in react, the concepts in this tutorial can be applied to any javascript project.