20 Apr, 2026
3 mins read

CSS-only bottom-anchored scrolling area | Kitty Giraudel – Beragampengetahuan

Well, that title is a mouthful. This post will be short and sweet though. Imagine you have a scrollable area that displays chronological content like a feed (but not like LinkedIn, Facebook or Twitter which are reverse-chronological), similar to a chat window. You want the region to be scrolled to the bottom to begin with, […]

11 mins read

Build custom scrolling modals in React Native with Modalize – Beragampengetahuan

Modals are an essential component of mobile app development, allowing developers to present information or actions unobtrusively. In React Native, modals are typically used to show additional content without navigating to a new screen. While React Native provides a basic Modal component, using it to create custom and scrolling modals with a seamless user experience […]