The Last Stripe Subscription Tutorial You'll Ever Need | Next.js & Drizzle ORM

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 9

  • @robophil_
    @robophil_ 2 หลายเดือนก่อน +1

    Nice Raji!!!

  • @starlord7526
    @starlord7526 2 หลายเดือนก่อน +1

    Look who is back. Yesterday, I watched your virtualized list video and built it successfully from scratch. I couldnt understand the optimization part though

    • @raj_talks_tech
      @raj_talks_tech  2 หลายเดือนก่อน +1

      @@starlord7526 the optimisation part is a bit subtle. We use translateY instead of absolute position for following reasons:
      - Fewer layout calculations as we do it for one container instead of all the items.
      - CSS transforms like translateY are GPU accelerated
      - Reduced paints as translateY doesnt cause repaint in most modern browsers

  • @selimpy8105
    @selimpy8105 2 หลายเดือนก่อน +2

    as always great stuff!

    • @raj_talks_tech
      @raj_talks_tech  2 หลายเดือนก่อน +1

      Thanks for the sponsorship

    • @selimpy8105
      @selimpy8105 2 หลายเดือนก่อน

      @@raj_talks_tech Ahaha always, my pleasure!

  • @Superuser-r1y
    @Superuser-r1y 2 หลายเดือนก่อน +2

    Why you are using ngrok? Now there is no need to it.
    Just go to the PORT tab in the terminal of VS code and forward your port. 😊👍

    • @raj_talks_tech
      @raj_talks_tech  2 หลายเดือนก่อน +1

      Cool. Never tried it ? Does it expose a public endpoint ?

    • @Superuser-r1y
      @Superuser-r1y 2 หลายเดือนก่อน +2

      ​​​@@raj_talks_techyes it expose public endpoint. You just need to right click on private and change port visibility 👍
      Love from Bihar ❤