Next.js + Kirimase - Adding A New Feature (Code Along)

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 15

  • @arthurdev2028
    @arthurdev2028 8 місяців тому

    Really seems good, and it’s great how excited you’re for the project. It’s also very clever to directly pick nextjs and focus on it instead of losing time with minor frameworks that nobody really uses on production like remix or svelte.

  • @armaandhanji7151
    @armaandhanji7151 8 місяців тому

    Hey, just wanted to say that I think Kirimase is seriously the future of rapid prototyping with Next, and I can't wait to see where you take this. Appreciate everything you're doing in the open source community with this project. You are sincerely appreciated! Also, each video that you publish showing how to use Kirimase helps a ton. Thanks for continuing to publish great videos.

  • @rhyscampbell4178
    @rhyscampbell4178 8 місяців тому +2

    Hey Nico, been following and loving Kirimase for a while now,
    Just wondering if you plan to set up a discord, I’d love to have a place to discuss the latest of Kiri with others/yourself!
    Also do you have plans to option for other UI libraries instead of Shadcn?

    • @nicoalbanese10
      @nicoalbanese10  8 місяців тому

      Hey! Yes we have a discord here: discord.gg/KCS55TeUaP

  • @JasonSubOfficial
    @JasonSubOfficial 8 місяців тому +1

    You are a legend 🙏

  • @brayanyevenes5954
    @brayanyevenes5954 8 місяців тому +2

    Why not using Drizzle relational queries provide an easy interface for querying nested relational data from an SQL database, avoiding multiple joins and complex data mappings. It would be nice if kirimase would do the necessary setup for this automatically, when generating schemas. I really love you proyect

    • @nicoalbanese10
      @nicoalbanese10  8 місяців тому +1

      Hey! For the time being, we're going to be sticking with the core sql-like syntax. However, it seems quite straightforward to set up the relational queries: adding a root schema/index.ts, importing/exporting all the schemas, then bringing them into your db/index.ts

  • @samanuai6310
    @samanuai6310 8 місяців тому

    Can you do a video on how you set up your mac for development all the terminals IDEs syntax highlighting error showing like a complete tutorial.

    • @nicoalbanese10
      @nicoalbanese10  7 місяців тому

      ha can definitely consider doing a video on it if there were enough people interested! My config for nvim is here in case you are interested:
      github.com/nicoalbanese/nvim-config

    • @samanuai6310
      @samanuai6310 7 місяців тому

      @@nicoalbanese10 thanks. I bet people will be interested

    • @alonronin
      @alonronin 7 місяців тому

      would be very interesting indeed 🙂

  • @asimalqasmi7316
    @asimalqasmi7316 8 місяців тому +1

    Can we update an entity with kirimase?

    • @nicoalbanese10
      @nicoalbanese10  8 місяців тому +2

      Hey! Not yet, but it's something on the roadmap