Skip to content
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

Add plugin system #52

Open
KyleJune opened this issue Feb 20, 2023 · 0 comments
Open

Add plugin system #52

KyleJune opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@KyleJune
Copy link
Member

Currently it's possible to add tools like react query and twind but requires users create there app and server using the custom providers or renderToReadableStream functions to add the additional behavior.

It would be nice to have plugins that can define custom providers and renderToReadableStream functions so that all you have to do is add the plugin to your settings instead of having to figure out how to create the providers or renderToReadableStream functions yourself.

This would make adoption easier and might lead to others making their own plugins to share with others.

Plugins would have a server and app version. They would need to be composible so that if you provide a list of plugins, it will combine them without conflicts.

After creating the plugins interface, implement twind and react-query plugins and update the examples to use them.

@KyleJune KyleJune added the enhancement New feature or request label Feb 20, 2023
@KyleJune KyleJune added this to the 1.0.0 milestone Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant