Giter Site home page Giter Site logo

dollarholler's Introduction

Everything Svelte, Sponsored by Vercel

Everything Svelte, Dollar Holler Demo

This code supports the Everything Svelte course, where we're building a demo app, The Dollar Holler.

Here, you will find the stepped solutions that correspond with each of the lessons. Each lesson's folder represents that lesson in its finished state.

For example, if you're starting lesson 14, then you will start with the 13__RESPONSIVE-DASHBOARD folder to follow-along. Once complete, check your work against the 14__INVOICE-LIST folder.

Installation

When you start working with the lesson code, inside each folder, run:

  yarn install
  yarn dev

Authors

Support

For support, email [email protected].

dollarholler's People

Contributors

ahaywood avatar

Stargazers

H avatar  avatar Henry Dong avatar The Wizard Programmer avatar Paritosh Walvekar avatar Kambi Victor avatar Michael Reynolds avatar 42 avatar  avatar Priyanshu avatar Khalid  avatar Felix Nana Yaw Yeboah avatar  avatar Darwin Batres avatar Cecily Toro avatar Larry Eitel avatar  avatar Anatolii Kosorukov avatar Martin Powers avatar Chuck Belcher avatar Rogelio Alatorre avatar Nick Johnson avatar Michael Eisele avatar Josh Allen avatar Nuno Casteleira avatar Brittney Postma avatar Shane Eller avatar Stefan Uddenberg avatar  avatar Andrew Schnitkey avatar Jakob avatar

Watchers

 avatar Michael Reynolds avatar Larry Eitel avatar Nick Johnson avatar  avatar Kevin MacKenzie avatar

dollarholler's Issues

SSR Auth Problem

Since the supabase-auth-helpers package is being deprecated I implemented the SSR auth in pretty much the same way you implemented auth-helpers it in the latest version of this codebase.

My problem is that with RLS active I am getting no invoices. Looking at the logs it seems that the functions running in invoiceStore.ts are not authentificated and therefore not being able to bypass RLS. It makes sense to me because invoiceStore.ts is using the client created in supabase.ts that is using the anonkey and not the session of the user. But then how can you make it work in your version?

I have got it working creating an instance of supabase from locals in the +page.ts of a route but then I don't get the store and I don't get the unified methods for working with the database in a single file.

https://supabase.com/docs/guides/auth/auth-helpers/sveltekit?language=ts#server-side-data-fetching-with-rls

Could you help me?

Couple of minor items

  1. I didn't notice the Completed button for a while as it is at the end of the transcript - perhaps repeat it below the video
  2. The left sidebar does not scroll, so you have to scroll to the bottom of the main screen to view items in the sidebar further down the screen.
    Dave

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.