-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framework Integrations other than React? #277
Comments
I've spent some time trying to create SolidJS integration for Stackflow and realized that all the workspace settings and extensions are optimized for React. I have no idea how to manage extensions for different framework integrations available. Do you have any good ideas for doing this? Do you think that the plugins should be developed for each framework integration again and again? |
I agree with what you pointed out! Soon we will be moving some plug-in interface implementations incubated in integration/react to "core". (The For this, several steps are required:
|
Sounds great! It'd be great for me to have further works linked with this issue, so I can get some notifications from it! 🙏 |
Currently, Karrot is undergoing migration, so stability and fulfilling existing requirements are of high priority. Perhaps an improvement schedule will be set at a later date, but I will let you know. Thanks for your contribution! 🤩 |
I had the same concern about the Vue integration. I want to get a notification, too! |
I recently started my new attempt to make an integration for Solid. While mostly going well, I have these concerns/questions:
While I definitely want to upstream the changes, I'm open to maintain a separate fork if you're worried of maintenance cost. |
I'd like to use Stackflow with other frameworks than React, especially with SolidJS. While I'm somewhat interested in building the integration by myself, it looks not that easy to start with since the current integration code for React looks somewhat large to just read it without any docs, and the docs related to the architecture of the package are marked as in construction. Is it possible to get some support for SolidJS integration, or at least the docs to be prepared anytime soon?
The text was updated successfully, but these errors were encountered: