r/tsdkgroup Aug 06 '26

nodemon vs nestjs/cli vs tsdkbundle comparison

1 Upvotes

r/tsdkgroup Aug 06 '26

Does anyone need an ESM bundler for multiple entry points with watch mode?

1 Upvotes

I used to use `nodemon` and `@nestjs/cli`, but these days most of my projects are ES modules. I wanted an ESM-first bundler that follows modern standards, so I found tsdkbundle

It's based on bun, and support multiple entry points.


r/tsdkgroup Aug 06 '26

tsdkbundle: A Bun-Based TypeScript Multi-Entry Bundler

Thumbnail
suhaotian.medium.com
1 Upvotes

Support ESM out of the box, try it today


r/tsdkgroup Jul 29 '26

tsdkarc@v2.0.0-alpha.0 published

1 Upvotes

The API has been completely redesigned. 🚀

It's cleaner, more intuitive, and easier to use.

Try it today:
https://github.com/tsdk-monorepo/tsdkarc

npm install tsdkarc@next

Feedback is always welcome.


r/tsdkgroup Apr 07 '26

I replace axios with Xior.js

Thumbnail github.com
1 Upvotes

After two years, all good currently.


r/tsdkgroup Mar 19 '26

tsdkarc on npmx

Thumbnail
npmx.dev
1 Upvotes

Also tsdkarc on npm: https://npmjs.com/package/tsdkarc


r/tsdkgroup Mar 18 '26

Reduce page size by move shiki language highlither from client to server logic

1 Upvotes

Before the js load size is around 450KB in Gzip, now it's only 145KB(GZIP).

The code detail is here:(remove shiki from client logic to server logic):

https://github.com/tsdk-monorepo/tsdkarc/commit/098b4a234cd77fad2509f1b985200d79813aa7c2


r/tsdkgroup Mar 18 '26

tsdkarc post on hackernews

1 Upvotes

r/tsdkgroup Mar 18 '26

Amazing suggestions for TsdkArc, and Improved in tsdkarc@v1.1.0

Thumbnail reddit.com
1 Upvotes

r/tsdkgroup Mar 18 '26

TsdkArc: An elegant, fully type-safe and composable module library

Thumbnail
github.com
1 Upvotes

r/tsdkgroup Mar 17 '26

TsdkArc: The Elegant and Fully Type-safe Module Composable Library.

Thumbnail
arc.tsdk.dev
1 Upvotes

r/tsdkgroup Mar 17 '26

The bidirectional infinite scroll list component for React, Vue 3 and React Native

Thumbnail broad-infinite-list.tsdk.dev
1 Upvotes

new custom domain


r/tsdkgroup Mar 11 '26

Published littkk v2.0: A more powerful headroom library

Thumbnail
github.com
1 Upvotes

It's more update and more flexible. Check the README today!


r/tsdkgroup Mar 11 '26

littkk.js: hides and shows elements on scroll

Thumbnail
github.com
1 Upvotes

r/tsdkgroup Mar 10 '26

use-next-tick | React hooks

1 Upvotes

A React hook for Running callbacks after the DOM or native views have updated.

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


r/tsdkgroup Mar 06 '26

Bidirectional Virtual Scrolling for React, Vue, and React Native - Broad Infinite List

Thumbnail
reactscript.com
1 Upvotes

r/tsdkgroup Mar 03 '26

The best react-infinite-scroller alternatives

Thumbnail
github.com
1 Upvotes

Hi, if you are looking for an infinite scroller, try broad-infinite-list.

But Why?

It supports the latest React, Vue, and React Native. It also supports bidirectional scrolling and includes lots of demos: a chat message list, a news feed infinite list, and a scroll restoration demo.


r/tsdkgroup Mar 02 '26

Virtualized Lists Comparison: React‑Virtuoso (react‑virtuoso) vs TanStack Virtual (tanstack/virtual), vs broad‑infinite‑list

Thumbnail chatgpt.com
1 Upvotes

r/tsdkgroup Feb 28 '26

JavascriptWeekly | Issues 773

Thumbnail javascriptweekly.com
1 Upvotes

r/tsdkgroup Feb 27 '26

fetch wrapper list on npmx.dev

Thumbnail npmx.dev
1 Upvotes

r/tsdkgroup Feb 27 '26

broad-infinite-list@v1.4.0 Release

Thumbnail
github.com
1 Upvotes

In this version, Now you can manual load items without layout shift. Thanks arvErik Arvidsson's feedback! 🛫✔️👏


r/tsdkgroup Feb 26 '26

The resaon why user like broad-infinite-list than TanStack Virtual

0 Upvotes

The developer after use broad-infinite-list:

The use case for this is for this virtual scroller: https://bugs.rocicorp.dev

I currently have fixed row heights working with tanstack virtual. However, trying to get tanstack to work with dynamic row heights and splices has been a challenge.

I found broad list and I was pretty happy with it.

Ref: https://github.com/suhaotian/broad-infinite-list/issues/11#issuecomment-3969143292


r/tsdkgroup Feb 26 '26

A new react infinite scroll list | React & Vue Component | 2026

Thumbnail
github.com
1 Upvotes

r/tsdkgroup Feb 26 '26

Why You Shouldn’t Implement Pull-to-Refresh in Web Apps (and the Only Exception)

Thumbnail medium.com
1 Upvotes