Skip to content

Releases: FastComments/fastcomments-solidjs

Release list

v1

Choose a tag to compare

@winrid winrid released this 18 Apr 16:45

Initial release of fastcomments-solidjs — a SolidJS library for FastComments.

Ships idiomatic SolidJS bindings for every widget in fastcomments-react:

  • FastCommentsCommentWidget
  • FastCommentsCommentCountWidget
  • FastCommentsLiveChatWidget
  • FastCommentsCollabChatWidget
  • FastCommentsImageChatWidget
  • FastCommentsRecentCommentsWidget
  • FastCommentsRecentDiscussionsWidget
  • FastCommentsReviewsSummaryWidget
  • FastCommentsTopPagesWidget
  • FastCommentsUserActivityFeedWidget

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
```