-
-
Notifications
You must be signed in to change notification settings - Fork 521
Add ziko-wrapper addon #1313
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 ziko-wrapper addon #1313
Conversation
content/de/about/libraries-addons.md
Outdated
@@ -16,6 +16,7 @@ Eine Auswahl an Modulen, die nahtlos mit Preact funktionieren. | |||
- :raised_hands: [**preact-compat**](https://github.com/preactjs/preact-compat): Jegliche React-Bibliothek mit Preact benutzen *([Vollständiges Beispiel](https://github.com/developit/preact-compat-example))* | |||
- :repeat: [**preact-cycle**](https://github.com/developit/preact-cycle): Funktionalreaktives Paradigma für Preact | |||
- :page_facing_up: [**preact-render-to-string**](https://github.com/preactjs/preact-render-to-string): Universelles Rendering. | |||
- 🧩 [**ziko-wrapper**](https://github.com/zakarialaoui10/ziko-wrapper): Binde [zikojs](https://github.com/zakarialaoui10/zikojs) Komponenten in deine Preact-App ein – und umgekehrt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry if I was unclear, by "you don't have to translate it", I meant more that you shouldn't, per our Contributing guide. We try to limit translations to native speakers to avoid cases of really problematic accidents as automatic services can sometimes do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I missed the “don’t” part in your message. Thanks for explaining
Maybe i will keep only English French and Spanish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to apologize, that's my fault for being unclear.
The languages you comfortably speak + English for all the other translated files would be great, if you're willing, else I can do it a bit later today. Eventually other contributors can come along and rewrite the English into their own languages (Russian, German, Korean, etc), but in the meantime at least, the link will still be on the page for those folks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest, I don't want to make things worse, so I'll wait until this PR is closed, then I'll add the French translation for all the libraries.
I also have another idea that could simplify the process, maybe I’ll open an issue for it.
23aa5ce
to
0d02d0a
Compare
Thanks! |
I have three additional plugins, should I create a separate PR for each, or combine them into one? |
Single PR is generally less juggling for us |
Overview
Ziko-Wrapper is a tool that facilitates the rendering of ZikoJS components within other frameworks, such as Preact, and allows embedding framework-specific components into ZikoJS. It enables seamless integration and interoperability between different ecosystems.
Note
ZikoJS uses hyperscript-style syntax.
Features of the preact implementation
Demo
Show your support
If you appreciate the idea, kindly show your support by starring the libraries that make it possible.