Build a HackerNews Clone: Hono, Tanstack Router, Drizzle, React Query, Lucia & more

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

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

  • @betterstack
    @betterstack  Месяц назад +10

    As mentioned at 51:44 Lucia the package is being deprecated. Don’t worry though, it seems the plan for it is to be a resource to show you how to add the functions yourself. The implementation in this project is very barebones so shouldn’t be too much trouble to replicate
    I will update the repo when It is officially deprecated.
    - James

    • @OnlyJavascript
      @OnlyJavascript Месяц назад

      thank you so much

    • @OnlyJavascript
      @OnlyJavascript Месяц назад +1

      pls post a video on how to add functions in this project

  • @ayushshende4290
    @ayushshende4290 Месяц назад +5

    Great to see something with tanstack router

  • @PVideos10
    @PVideos10 Месяц назад +1

    Amazing content! I’m a mid-level frontend developer and found this video incredibly helpful. So many great insights and tips for both beginners and experienced developers alike. Subscribed! Keep it up, buddy.

  • @DoNsMaK190
    @DoNsMaK190 Месяц назад +2

    this channel so f underrated...😵‍💫😵‍💫

  • @ayushshende4290
    @ayushshende4290 Месяц назад +14

    Next video request for a monorepo based project please, maybe using something like turborepo or just plain pnpm workspaces.

    • @betterstack
      @betterstack  Месяц назад +3

      Noted. Would definitely like to do one using turborepo
      - James

    • @abdelilahou2822
      @abdelilahou2822 Месяц назад

      Would love to see it too 😊

  • @subhambharadwaz4029
    @subhambharadwaz4029 Месяц назад +3

    "Better auth" is getting better. You can make a video on it!🎉

  • @georgemitsikaris173
    @georgemitsikaris173 23 дня назад

    If you're encountering a TypeScript error at 4:56:00, it’s likely related to the Hono version. I was using 4.6.5 but had to downgrade to 4.6.3 (the version in the repo) to resolve the issue. Thanks for the great content. Liked and subscribed.

  • @djtoon8412
    @djtoon8412 Месяц назад +1

    Reall good content especially for Tanstack router and tanstack query.Please provide a separate series for Tanstack router and query there are few tutorials on these concepts.I am uing FastApi instead of honojs but i was able to follow along

  • @everythingisfine9988
    @everythingisfine9988 Месяц назад

    Just intime. About to kick off a new project and Tanstack-router is perfect for Enterprise applications

  • @uditnagar7905
    @uditnagar7905 Месяц назад +1

    Thankuh Brother....Love from INdia

  • @insensibility
    @insensibility Месяц назад +1

    You are awesome, dude!

  • @KimJune-x2s
    @KimJune-x2s Месяц назад

    Holy nice for doing with vite. Thank you bro

  • @_MoshikoAz_
    @_MoshikoAz_ Месяц назад

    that is great, saving it for later

  • @sssrikanthhh
    @sssrikanthhh Месяц назад +2

    Thanks bro♥

  • @jun4idm0min
    @jun4idm0min Месяц назад

    More such projects please

  • @CarlosTello-h5s
    @CarlosTello-h5s Месяц назад

    great project

  • @akshaynarwadkar5264
    @akshaynarwadkar5264 Месяц назад

    This is awesome

  • @yoskokleng3658
    @yoskokleng3658 24 дня назад

    hono and elysia js . which one the best?

  • @rezikaranadze-ei8fq
    @rezikaranadze-ei8fq 8 дней назад

    More hono pls

  • @prashlovessamosa
    @prashlovessamosa Месяц назад

    Hey any suggestions regarding auth what can i use instead of Lucia buddy ?

    • @betterstack
      @betterstack  Месяц назад +1

      I’d check out better auth, looks really good. If you wanted something that’s managed for you clerk is a good option too.
      - James

    • @TianYuanEX
      @TianYuanEX Месяц назад +1

      @@betterstack Damn, just took a look, and it's absolutely insane how good the library is and what features it offers. It's basically open source clerk which is crazy considering they charge a huge amount and are the most pricy 3rd party auth solution.
      Hopefully that project takes off and more people contribute to it since only 1 person is doing all the work currently

  • @abdiafrah4907
    @abdiafrah4907 Месяц назад

    Lucia 👀

  • @bangunny
    @bangunny Месяц назад

    quick question, why drizzle and not kysely

    • @betterstack
      @betterstack  Месяц назад

      Just what I already had familiarity with. Both tools would work well here. Will check out Kysely for a future project.
      - James

    • @KnowledgeDBman
      @KnowledgeDBman Месяц назад

      USe Prisma or Drizzle

  • @lordhakim9534
    @lordhakim9534 22 дня назад

    Which language is this? React and typescript. I not know the others name . U promothing thease languages ?

  • @prashlovessamosa
    @prashlovessamosa Месяц назад +2

    Lucia going to be deprecated 😅

    • @betterstack
      @betterstack  Месяц назад +3

      The timing of that! I made a note in the video going through the notice. Luckily the way Lucia is even used in this video is a few functions. The plan for Lucia going forward is essentially just to document how to create those yourself. Shouldn’t be too much hassle 🙂
      I’ll update the repo when it is
      -James

    • @prashlovessamosa
      @prashlovessamosa Месяц назад +1

      @@betterstack I would suggest replace it with better auth.

  • @masukmiaeng
    @masukmiaeng Месяц назад

    what is the backend? I think anyone will post ,where will be store this data?

  • @sahajranipa
    @sahajranipa Месяц назад

    I hope bro you also make one project with nextjs with same tech stack that would be great because I'm planning to make one in nextjs but confused about what to use 😢😢😢

  • @palakornvoramongkol9230
    @palakornvoramongkol9230 Месяц назад

    this is great project!!

  • @sahilverma_dev
    @sahilverma_dev Месяц назад

    Sad to see Lucia is about to be deprecated

    • @betterstack
      @betterstack  Месяц назад +1

      Yes but the plan for it going forward to act as a resource to learn yourself is good. The way we used it is quite barebones so the functions shouldn’t be too hard to replicate from their docs.
      Will update the repo when it happens.
      - James

  • @MaryLee-r2v
    @MaryLee-r2v Месяц назад

    Wilson Linda Perez Mark Brown John

  • @MaryLee-r2v
    @MaryLee-r2v Месяц назад

    Young Brian Gonzalez Linda Thomas Elizabeth

  • @hedgehogform
    @hedgehogform Месяц назад +1

    Lucia 💀

    • @betterstack
      @betterstack  Месяц назад

      The luck of creating a tutorials and then seeing this just when you’re done 😥
      Luckily the way Lucia is implemented here is barebones and easy to replace. As I mentioned ton in the video it will be a good resource to implement the code yourself from their docs.
      Will update the repo when it’s fully deprecated.
      - James

  • @danimusbar
    @danimusbar Месяц назад

    Lucia is not develop anymore, the developer is give up, please use another auth

    • @betterstack
      @betterstack  Месяц назад +1

      I’ve pinned a comment and I call this out at 51:44
      My usage of Lucia is quite barebones so won’t be hard to replicate from their updated docs when it happens. If you are looking for other auth libraries though I have heard good things about BetterAuth (not related to us). I’ll update the repo when it’s deprecated.
      - James

  • @samarthdhawan2229
    @samarthdhawan2229 Месяц назад

    why to use so much modern tech to make a simple website??

    • @betterstack
      @betterstack  Месяц назад

      The point is to teach the modern tech in a way that’s familiar to everyone. Since hackernews is simple the concepts can fit in a 10hr video. Something more complex may have to be multiple!
      - James

  • @rajaark5643
    @rajaark5643 Месяц назад

    Sad news, lucia will deprecate in later year.

    • @betterstack
      @betterstack  Месяц назад +1

      Yes, call this out when we get to the point. Won’t be too much of an issue as the way I have used Lucia is very barebones and easy to replicate yourself. Seems that’s the plan for Lucia going forward too, to provide tutorials on how to do so.
      Will update the repo when it’s deprecated. Still a good lesson in session based auth.
      - James