clerk / remix-auth-starter

Add sign up, sign in, profile management, and authenticated API routes to your Remix application with the Remix Auth Starter by Clerk.
https://clerk-remix-starter.vercel.app
MIT License
38 stars 10 forks source link

Doing some research on what true SSR could look like #1

Closed dvargas92495 closed 2 years ago

dvargas92495 commented 2 years ago

DO NOT MERGE - WILL REMAIN A DRAFT

This PR is just a Proof of Concept on what using Clerk UI components in a true SSR way could look like.

There appears to be 3 main hurdles to tackle:

This went as far as possible on the user end without having to change the code on Clerk's end, but the last of these three bullets was the road block that I kept hitting that made me think some changes to the package will be necessary. Additionally, the CSS doesn't load at all, so will need a way to export the related styles as well.

vercel[bot] commented 2 years ago

@dvargas92495 is attempting to deploy a commit to the Clerk Production Team on Vercel.

A member of the Team first needs to authorize it.

dvargas92495 commented 2 years ago

Closing and deleting branch - Making progress through React18