inertiajs-adonisjs icon indicating copy to clipboard operation
inertiajs-adonisjs copied to clipboard

AdonisJS 6 Support

Open RomainLanz opened this issue 1 year ago • 13 comments

Hey @eidellev! 👋🏻

Do you already have any plans to support AdonisJS 6 in the near future? The current V6 release should have everything in place for us to begin working on the migration.

I wonder if you already initiated this process or if you want some help to start the migration.

RomainLanz avatar Aug 20 '23 12:08 RomainLanz

Hi @RomainLanz ! :-) Thanks for reaching out. I plan to support V6 as soon as my schedule allows it.

I don't currently have access to the V6 alpha. If I could get an invite I may be able to start working on it sooner.

eidellev avatar Aug 20 '23 12:08 eidellev

Cool, I will check to give you access to the new release!

Do you want to match the coding style of AdonisJS 6 or keep the one you are currently using?

RomainLanz avatar Aug 21 '23 18:08 RomainLanz

Hey, @RomainLanz @eidellev do you have any update where?

would like to know if I can help with something.

acidiney avatar Sep 29 '23 08:09 acidiney

Also curious to hear if there's any update or movement on this, would be willing to help contribute if there's a new branch this is being worked on

akatora28 avatar Nov 02 '23 00:11 akatora28

Hey @eidellev !

hope you're doing well. Just wanted to give you a heads-up: we ( the core team ) are planning to create an "official" Inertia package for AdonisJS 6. We are working on it right now

Really appreciate all the effort you've put into maintaining the package so far. It's been a huge help for everyone! If you're busy with other stuff, I think : no worries about migrating your to Adonis 6. And if you ever want to get involved with the official package, let us know, we would be more than happy to collaborate with you

Thanks again for your great work

Julien-R44 avatar Nov 13 '23 19:11 Julien-R44

Hey @Julien-R44 Thanks for the heads up. I'm sure you'll do a great job of it 👍

eidellev avatar Nov 13 '23 19:11 eidellev

Yay, V6 is out!

What would it take to get this repo up and running on the new version? Or any word on the "official" Adonis version?

jcs224 avatar Jan 24 '24 18:01 jcs224

@adonisjs/inertia is still experimental but already usable. Only blocking point is SSR but should be resolved soon. Will write a blog post about it soon

However, if you don't need SSR immediately, you can just npm install @adonisjs/inertia and node ace configure @adonisjs/inertia and it should works just fine. API is almost similar to eidellev's package

And also, you can use https://github.com/adonisjs-community/adonis-packages that use @adonisjs/inertia, as an example

Julien-R44 avatar Jan 24 '24 18:01 Julien-R44

Amazing :star_struck: Thank you!

jcs224 avatar Jan 24 '24 19:01 jcs224

🚀 Awesome! If this happens Adonis has potential to be a premier full stack framework like the experience with Astro. And can be much better since it has out-of-the-box features for ORM, Auth, API endpoints, Validation, Email, Background processing, etc... which is needed like almost all Application projects.

maiah avatar Jan 25 '24 01:01 maiah

@Julien-R44 Any updates on the official package?

e-e avatar Feb 24 '24 14:02 e-e

@Julien-R44 Any updates on the official package?

It's available here : https://github.com/adonisjs/inertia, work in progress and no docs for now but looks amazing !

AnaelBonnafous avatar Mar 01 '24 13:03 AnaelBonnafous

quick heads up : the inertia package was released !

  • announcement post : https://adonisjs.com/blog/experimental-release-for-inertia
  • documentation : https://docs.adonisjs.com/guides/inertia

Julien-R44 avatar Mar 06 '24 10:03 Julien-R44