T3 Stack AI Journal - 02 Layout

Поделиться
HTML-код
  • Опубликовано: 11 окт 2023
  • In the video we'll start off by designing the layout of our AI Journal. Using TailwindCSS and some fancy tricks that come with it.
    👨‍💻 Looking for a web developer job, visit: www.webdevjobs.io/
    👽 Discord - / discord
    👋 Come say Hi
    X - / rithmio
    👾 Source Code
    - github.com/sixfwa/jrnl-ai-app
    🗞️ Useful Links
    T3 Documentation: create.t3.gg/
    Supabase: supabase.com/
    #T3Stack #AI #Supabase

Комментарии • 6

  • @iamrithmic

    👽 Join the Discord Server (link in the description)

  • @cuentamovil456

    Great video! Have not found a solution for the flashing 'Entries' and 'Write' pages though.

  • @Ishu_Grinds

    i just changed 'container' to 'sec=container' and it works fine , i guess there is predefined class named 'container' that's why it is not humanly showing the layout

  • @amangundhada7905

    Adding this line "if (!sessionData) return;" before the return seems to fix the flashing of pages. I have imported the session data for it. idk if it is the best solution rn.