Open st-clair-clarke opened 1 year ago
@st-clair-clarke some of these features are already available
e2e-project
generator with "playwright" option--unitTestRunner=none
Also, please expect React integration in the next release, I'm working on it now. Will also consider working on other things you have requested sooner.
Cheers. Thanks. Looking forward to React. Because qwik is in its early stages, it has no commendable UI library, but react-based library can be use if it is integrated.
@st-clair-clarke react is available in 0.15.6
Well appreciated! Thank you!
How about deployment integrations (deno or vercel adapters)? Any plans for those?
@faileon we will definitely have netlify and express in the nearest future, deno or vercel won't be around for a time being.
If you need support integrating those in your nx monorepo, I can help in the discord
I also need some integrations that are not possible. I'm after the Builder.io integration and the Authjs integration. Ideally, a way to add any integration.
Can I help add these integrations?
Hey @PeteJStewart , of course, that would be awesome! There're a few integrations to follow as an example, also feel free to DM me on discord in case there're any issues that you face
Is your feature request related to a problem? Please describe. qwik-nx cannot ADD integrations/3rd-party packages to qwik as the native installer does.
Describe the solution you'd like Currently, qwik offers the following integrations in the CLI: ┌ 🦋 Add Integration │ ◆ What integration would you like to add? │ ● Adapter: Cloudflare Pages (Cloudflare Pages) │ ○ Adapter: Azure Static Web Apps │ ○ Adapter: Netlify Edge │ ○ Adapter: Vercel Edge │ ○ Adapter: Google Cloud Run server │ ○ Adapter: Node.js Express Server │ ○ Adapter: Node.js Fastify Server │ ○ Adapter: Static site (.html files) │ ○ Framework: React │ ○ Integration: Auth.js (authentication) │ ○ Integration: Playwright (E2E Test) │ ○ Integration: PostCSS (styling) │ ○ Integration: Styled-Vanilla-Extract (styling) │ ○ Integration: Tailwind (styling) │ ○ Integration: Vitest (Unit Test) │ ○ Integration: Partytown (3rd-party scripts) └
For me the priority would include the following in order of importance - top -> bottom
┌ 🦋 Add Integration │ ◆ What integration would you like to add? │ ○ Framework: React │ ○ Integration: Playwright (E2E Test) │ ○ Integration: Auth.js (authentication) │ ○ Integration: Styled-Vanilla-Extract (styling) │ ○ Integration: Vitest (Unit Test) │ ○ Integration: PostCSS (styling) │ ○ Integration: Partytown (3rd-party scripts) └