Using Keystatic & Qwik (or other, non-React frameworks) w/ Astro #951
Replies: 3 comments 2 replies
-
Think I'm getting somewhere with this. Let me know if there's any insights on what I might need to add! qwikdev({ exclude: ["**/keystatic/*"] }),
react({ include: ["**/keystatic/*"] }), |
Beta Was this translation helpful? Give feedback.
-
This project really blows my mind how good it is! props to the core team. |
Beta Was this translation helpful? Give feedback.
-
Hey! First of all, thank you for the kind words! Yep — all Keystatic routes will be in the Do you have a public repo example of your setup? Never used Qwik, and curious to see a setup of Keystatic + Astro using Qwik as a framework. Converting this to a discussion, as other may find it useful 🤙 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use keystatic CMS, and I noticed that you need to use React for the admin dashboard.
I am using Qwik, another JSX framework, in the rest of my project and so the build fails. I am not sure where I need to use the
include
property for React so that this works properly. I don't see a keystatic specific folder.What I've tried so far, is using
include
on the source directory for Qwik, but the React integration will still error out.I'm assuming someone has run into this issue before trying to use Preact or Solid in their project, but I wasn't able to find anything. Would really appreciate some help on this.
Beta Was this translation helpful? Give feedback.
All reactions