Tag

Custom Component

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Feb 22, 2021 · Backend Development

Customizing Laravel Pagination for Pseudo‑Static URLs

This guide explains how to override Laravel's built‑in pagination component to generate clean pseudo‑static URLs by creating a custom LengthAwarePaginator, rewriting its url method, and providing a staticPaginate scope for selective use.

Custom ComponentLaravelPseudo-Static
0 likes · 7 min read
Customizing Laravel Pagination for Pseudo‑Static URLs
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jul 21, 2020 · Mobile Development

Implementing Custom Pull-to-Refresh in React Native

This guide explains how to build a fully custom pull‑to‑refresh component in React Native by either handling gestures with a ScrollView and PanResponder to animate an indicator, or leveraging iOS’s native elastic bounce, outlining implementation details, limitations, and when to choose each approach.

Custom ComponentPanResponderPull-to-Refresh
0 likes · 14 min read
Implementing Custom Pull-to-Refresh in React Native
HomeTech
HomeTech
Nov 1, 2019 · Frontend Development

Implementing A-Z Contact List Sorting in WeChat Mini Programs

The article explains how to create a reusable letter sorting component for WeChat Mini Programs, covering data fetching, custom component encapsulation, touch event handling for A-Z indexing, scroll synchronization, and performance optimization techniques.

A-Z sortingCustom ComponentPerformance Optimization
0 likes · 8 min read
Implementing A-Z Contact List Sorting in WeChat Mini Programs
JD Tech
JD Tech
Mar 23, 2018 · Frontend Development

Guide to Custom Component Development in WeChat Mini Programs

This article explains how to build lightweight, reusable custom components in WeChat Mini Programs, covering the evolution from basic template imports to full‑featured custom components, the differences between import and include methods, component configuration, event handling, and popular third‑party frameworks such as WePY and mpvue.

Custom ComponentFrontend DevelopmentWXML
0 likes · 10 min read
Guide to Custom Component Development in WeChat Mini Programs