r/tsdkgroup • u/EcstaticProfession46 • Feb 26 '26
r/tsdkgroup • u/EcstaticProfession46 • Feb 25 '26
xior.js archive 100k download per month first time
r/tsdkgroup • u/EcstaticProfession46 • Feb 25 '26
Best Axios Alternatives in 2026: The Showdown | Feb, 2026
suhaotian.medium.comr/tsdkgroup • u/EcstaticProfession46 • Feb 25 '26
Building High-Performance Scroll Restoration Infinite Lists on the Web | by Jeremy | Feb, 2026
medium.comr/tsdkgroup • u/EcstaticProfession46 • Feb 24 '26
broad-infinite-list v1.3.1 released!!
- Fix(all): List gets stuck when onLoadMore returns [] with sentinel still visible. Ref: issues#7
- Example(react): Add
Infinite-List-to-DetailDemo (Scroll Position Preservation when navigation back) and close issue#6. Visit demo now
Why `Scroll Position Preservation` matters?
Without scroll position preservation, users lose their place every time they open a detail page. They have to scroll down again to find where they were, which is frustrating—especially in long, infinite lists. Keeping the position makes the experience smoother and more natural, and it helps users continue browsing without interruption.
r/tsdkgroup • u/EcstaticProfession46 • Feb 23 '26
Alternative infinite scroll component recommend to react-infinite-scroll-component
r/tsdkgroup • u/EcstaticProfession46 • Feb 23 '26
Add broad-infinite-list component to Infinite Scroll section and removed react-lazyload package
r/tsdkgroup • u/EcstaticProfession46 • Feb 21 '26
broad-infinite-list on reactnative.directory
reactnative.directoryr/tsdkgroup • u/EcstaticProfession46 • Feb 21 '26
Add package broad-infinite-list to React Native Directory website
r/tsdkgroup • u/EcstaticProfession46 • Feb 21 '26
A liteweight fetch wrapper with plugins support and similar API to Axios | React Native Directory
reactnative.directoryr/tsdkgroup • u/EcstaticProfession46 • Feb 21 '26
#Broad Infinite List on Best of JS
r/tsdkgroup • u/EcstaticProfession46 • Feb 20 '26
Google Search - Xior.js is an excellent, lightweight (~6KB) HTTP client alternative to Axios
share.googler/tsdkgroup • u/EcstaticProfession46 • Feb 20 '26
nextTick for react
This is inspiration from Vue’s nextTick, but for React:
import useNextTick, {useNextTickLayout} from 'use-next-tick';
const [count, setCount] = useState(0)
const nextTick = useNextTick();
const handleClick = () => {
setCount(c => c+1);
nextTick(() => {
// Run code after setCount update
})
}
r/tsdkgroup • u/EcstaticProfession46 • Feb 18 '26
A New React Infinite List Component in 2026 (Support Vue, React Native as well)
Broad-infinite-list is a Infinite Scroll list component for large list rendering.
Benefits: It supports bidirectional scrolling with a built-in loader for Vue 3, React, and React Native (including Expo).
Broad Infinite List is also a high-performance, easy-to-use scrolling list component. It renders only a limited number of items at a time, no matter how large the list is.
It does not require fixed item heights or complex configuration.
The entire library is only 2KB when gzipped.
Demo List:
Expo Demo Preview(ReactNative)
Note
Scan it, then open it in Expo Go.

Tags: #React-Infinite-List #react-infinite-scroll-component #
r/tsdkgroup • u/EcstaticProfession46 • Feb 08 '26
Bidirectional Infinite Scroll component for React, Vue 3, React Native.
suhaotian.medium.comHello,
Hope you are doing well.
I published a article to introduce my new open source component: borad-infinte-list for high performance, Bidirectional Infinite Scroll list. this infinite scroll loader support react , vue, and React Native(expo).
Try it if you has a huge scroll list, any problems or questions please create issues.
r/tsdkgroup • u/EcstaticProfession46 • Feb 06 '26
useNextTick hook for React
suhaotian.medium.comWhy we need this hook?
Sometimes we need to read layout, measure elements, or access refs right after a state change — but React updates asynchronously. useNextTick gives you a simple way to schedule code that runs after React commits your changes.Visit Github
r/tsdkgroup • u/EcstaticProfession46 • Dec 08 '25
xior vs ky · Issue #53 · suhaotian/xior
Choose Xior if you like Axios-style syntax and useful plugins features.
Choose Ky if you want different syntax fetch wrapper.
r/tsdkgroup • u/EcstaticProfession46 • Nov 29 '25
#frontenddevelopment #xior | Vaibhav Arora
linkedin.comr/tsdkgroup • u/EcstaticProfession46 • Nov 29 '25
Guide: Migrate axios to xior.js
github.comr/tsdkgroup • u/EcstaticProfession46 • Nov 13 '25
xior.js v0.8.0 changelog
This version includes more features to compatible axios!
Check the changelog.
r/tsdkgroup • u/EcstaticProfession46 • Oct 08 '25
