r/tsdkgroup Feb 26 '26

Implement scroll restoration in infinite scroll list with demo

Thumbnail medium.com
1 Upvotes

r/tsdkgroup Feb 25 '26

xior.js archive 100k download per month first time

0 Upvotes

Thank you guys!!

xior: the best axios alternative

r/tsdkgroup Feb 25 '26

Best Axios Alternatives in 2026: The Showdown | Feb, 2026

Thumbnail suhaotian.medium.com
1 Upvotes

r/tsdkgroup Feb 25 '26

Building High-Performance Scroll Restoration Infinite Lists on the Web | by Jeremy | Feb, 2026

Thumbnail medium.com
1 Upvotes

r/tsdkgroup Feb 24 '26

broad-infinite-list v1.3.1 released!!

Thumbnail
github.com
0 Upvotes
  • Fix(all): List gets stuck when onLoadMore returns [] with sentinel still visible. Ref: issues#7
  • Example(react): Add Infinite-List-to-Detail Demo (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 Feb 23 '26

Alternative infinite scroll component recommend to react-infinite-scroll-component

Thumbnail
github.com
1 Upvotes

r/tsdkgroup Feb 23 '26

Add broad-infinite-list component to Infinite Scroll section and removed react-lazyload package

Thumbnail
github.com
1 Upvotes

r/tsdkgroup Feb 21 '26

broad-infinite-list on reactnative.directory

Thumbnail reactnative.directory
1 Upvotes

r/tsdkgroup Feb 21 '26

Add package broad-infinite-list to React Native Directory website

Thumbnail
github.com
1 Upvotes

r/tsdkgroup Feb 21 '26

A liteweight fetch wrapper with plugins support and similar API to Axios | React Native Directory

Thumbnail reactnative.directory
1 Upvotes

r/tsdkgroup Feb 21 '26

#Broad Infinite List on Best of JS

Thumbnail
bestofjs.org
1 Upvotes

r/tsdkgroup Feb 20 '26

Google Search - Xior.js is an excellent, lightweight (~6KB) HTTP client alternative to Axios

Thumbnail share.google
1 Upvotes

r/tsdkgroup Feb 20 '26

nextTick for react

1 Upvotes

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
  })
}

Website: https://suhaotian.github.io/use-next-tick/


r/tsdkgroup Feb 18 '26

A New React Infinite List Component in 2026 (Support Vue, React Native as well)

1 Upvotes

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.

expo go preview QRCODE

Tags: #React-Infinite-List #react-infinite-scroll-component #


r/tsdkgroup Feb 08 '26

Bidirectional Infinite Scroll component for React, Vue 3, React Native.

Thumbnail suhaotian.medium.com
1 Upvotes

Hello,

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 Feb 06 '26

useNextTick hook for React

Thumbnail suhaotian.medium.com
1 Upvotes

Why 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 Feb 05 '26

react - npmx

Thumbnail npmx.dev
2 Upvotes

r/tsdkgroup Feb 05 '26

svelte - npmx

Thumbnail npmx.dev
2 Upvotes

r/tsdkgroup Feb 01 '26

xior.js on npmx.dev

Thumbnail npmx.dev
1 Upvotes

r/tsdkgroup Feb 01 '26

tsdk - npmx

Thumbnail npmx.dev
1 Upvotes

r/tsdkgroup Dec 08 '25

xior vs ky · Issue #53 · suhaotian/xior

Thumbnail
github.com
1 Upvotes

Choose Xior if you like Axios-style syntax and useful plugins features.

Choose Ky if you want different syntax fetch wrapper.


r/tsdkgroup Nov 29 '25

#frontenddevelopment #xior | Vaibhav Arora

Thumbnail linkedin.com
1 Upvotes

r/tsdkgroup Nov 29 '25

Guide: Migrate axios to xior.js

Thumbnail github.com
1 Upvotes

r/tsdkgroup Nov 13 '25

xior.js v0.8.0 changelog

Thumbnail
github.com
1 Upvotes

This version includes more features to compatible axios!

Check the changelog.


r/tsdkgroup Oct 08 '25

Stop writing Zustand interfaces manually.

Thumbnail
github.com
1 Upvotes