Feature Request: @tiptap/solid
– A Solid.js Port of @tiptap/react
#6162
Replies: 1 comment
-
I answered this in parts here: TLDR: We don't have a developer on our team right now that works with Solid and don't know a direct customer who runs it in production (to be fair, almost everyone runs on React). We're therefore not looking to maintain a Solid package ourselves. However, we always love to support community efforts. There is a package which sadly seems to be unmaintained that I could point towards. I've seen your PR @r-Larch and liked it - however can't merge it because of the reason pointed out above. If you want to you can feel free to release your tiptap-solid package to NPM/Github and let me know here so I could link it up on our docs / repo for people interested in using Solid. And for anyone finding this discussion and wonders about other frameworks like Angular, Svelte, etc: The same basically applies here. If you want to support a frontend library of your choice, feel free to send me your Github repo, we'll take a look and post it to our docs here: https://tiptap.dev/docs/editor/getting-started/install#community-efforts |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Please consider creating a dedicated package for Solid.js, called
@tiptap/solid
, similar to what’s currently offered with@tiptap/react
. Solid.js is a high-performance reactive library whose API feels very similar to React, which should make the port straightforward while benefiting the growing Solid community.Motivation
@tiptap/react
can be adapted for Solid with minimal changes.Proposal
@tiptap/react
package code to a new package,@tiptap/solid
, matching the public API of@tiptap/react
as closely as possible.Thank you for considering this feature request. I look forward to any feedback or suggestions, and I’m ready to help make
@tiptap/solid
a reality!Beta Was this translation helpful? Give feedback.
All reactions