clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
1.08k stars 239 forks source link

Which version would be best for Qwik? #1170

Closed appjitsu closed 1 year ago

dimkl commented 1 year ago

@appjitsu Could you provide more context ? Also i would like to suggest that you check our docs and check our support page.

appjitsu commented 1 year ago

@dimkl https://qwik.builder.io/ - its similar to next. has ssr

panteliselef commented 1 year ago

Hey @appjitsu thanks for reaching out.

We not currently supporting Qwik out-of-the-box the same way we do nextjs, remix etc. Qwik is at its infancy. We are looking into ways of enabling other developers to add support for new frameworks.

If you are interested in diving deeper, you can take a look at our @clerk/backend package which is the backbone for all our backend logic, f.e. @clerk/nextjs is build on top of @clerk/backend.

You can also load clerk-js in the client and make your own wrapper on top of our JS SDK. Disclaimer: Our UI component are very tightly together with react and we are lazy loading react-dom if you decide to mount one, I'm not sure how well this will play with Qwik

appjitsu commented 1 year ago

Ok np.

On Tue, May 16, 2023 at 7:00 AM panteliselef @.***> wrote:

Hey @appjitsu https://github.com/appjitsu thanks for reaching out.

We not currently supporting Qwik out-of-the-box the same way we do nextjs, remix etc. Qwik just hit version 1 and adoption is pretty low yet. We are looking into ways of enabling other developers to add support for new frameworks.

If you are interested in diving deeper, you can take a look at our @clerk/backend package which is the backbone for all our backend logic, f.e. @clerk/nextjs is build on top of @clerk/backend.

You can also load clerk-js in the client and make your own wrapper on top of our JS SDK. Disclaimer: Our UI component are very tightly together with react and we are lazy loading react-dom if you decide to mount one, I'm not sure how well this will play with Qwik

— Reply to this email directly, view it on GitHub https://github.com/clerkinc/javascript/issues/1170#issuecomment-1549527901, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTGAMDQ7IRQKUTVLNF6EY3XGNT55ANCNFSM6AAAAAAX4HR5MI . You are receiving this because you were mentioned.Message ID: @.***>

FlatMapIO commented 1 year ago

I looked at the adapters for various frameworks in clerk javascript , it looks a bit messy, I hope clerk core can define a minimal request adapter interface (considering different frameworks may pre-parse cookies, avoid duplicate operations), so that even without official adapters users can quickly achieve integration with various frameworks.

clerk-cookie commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

clerk-cookie commented 1 year ago

This issue was closed because it has been stalled for 10 days with no activity.

clerk-cookie commented 3 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.