Releases: FastComments/fastcomments-solidjs
Releases · FastComments/fastcomments-solidjs
Release list
v1
Initial release of fastcomments-solidjs — a SolidJS library for FastComments.
Ships idiomatic SolidJS bindings for every widget in fastcomments-react:
FastCommentsCommentWidgetFastCommentsCommentCountWidgetFastCommentsLiveChatWidgetFastCommentsCollabChatWidgetFastCommentsImageChatWidgetFastCommentsRecentCommentsWidgetFastCommentsRecentDiscussionsWidgetFastCommentsReviewsSummaryWidgetFastCommentsTopPagesWidgetFastCommentsUserActivityFeedWidget
Every widget accepts an apiRef that hands back a WidgetHandle<Config> with getInstance(), onInstance(), and update(partial) for explicit reactive sync — drive updates with createEffect(() => handle?.update({ ... })).
Ships the solid export condition with preserved JSX source for SolidStart and Solid-aware bundlers. sideEffects: false for tree-shaking.
A full showcase covering every widget and common flows (pagination, dark mode, SSO, callbacks) lives in examples/example-showcase/.
Install
```
npm install fastcomments-solidjs
```