Skip to content
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

Adding SvelteKit Example #19

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

jycouet
Copy link

@jycouet jycouet commented Mar 31, 2022

Features

  • Feed
  • Newest
  • Comments
    • Adding a comment
  • Submit
  • About
  • Login
  • Logout
  • Account
  • Post Detail
  • Votes UP & DOWN
  • Profile Detail
  • Sign In
  • Forgot password

Technically (KitQL)

  • SSR (out of the box)
  • Infinite scroll
  • Partial data on navigate to the detail
  • Optimistic UI

FYI starting building

  • my own supabase auth
  • my own supabase UI

Open questions

  • Should we have something on the UI to know that we are on nextjs or sveltekit (Small? on the side?)
  • Where should we deploy?
  • It's not finished yet, but maybe easier to continue depending on your remarques.

🚀 🚀 🚀

@vercel
Copy link

vercel bot commented Mar 31, 2022

@jycouet is attempting to deploy a commit to the Supabase Team on Vercel.

A member of the Team first needs to authorize it.

@jycouet
Copy link
Author

jycouet commented Mar 31, 2022

I would probably need @n1ru4l to check if nextjs is still working well. ✅

@dthyresson
Copy link
Collaborator

dthyresson commented Apr 14, 2022

@jycouet

Should we have something on the UI to know that we are on nextjs or sveltekit (Small? on the side?)

Ideas:

  1. Include a note about the framework used on the About page, and highlight some benefits, features of each2.
  2. Icon and link in Footer3.

Where should we deploy?

  1. Ideally to Vercel, but likely need to deploy each separately. I'm not as familiar with Vercel as Netlify.

With Netlify one can: https://docs.netlify.com/configure-builds/monorepos/#build-multiple-sites-from-a-monorepo

build and deploy more than one site from a single monorepo

I imagine Vercel can do this as well as seen in: https://vercel.com/docs/concepts/git/monorepos

I do not have Vercel deploy permissions, so will want to get @thorwebdev involved once ready.

@dthyresson
Copy link
Collaborator

I would probably need @n1ru4l to check if nextjs is still working well. ✅

@jycouet I had @olirice upgrade the project to the latest pg_graphql and the nextjs is back working again.

However, see: #21

As we'll want to migrate the project to a new one so that it receives latest pg_graphql updates in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants