Feat: Add Stack for Inertia + Svelte 5 #439
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Taylor and Laravel team!
My name's Kresna. In this PR, I would like to contribute to add stack for Inertia + Svelte 5. In summary this stack contains Svelte 5 components with InertiaJS version for Svelte 5 is version 2.0.0-beta2. I have test this stack by creating a chirper from Laravel Bootcamp with Laravel + Inertia + Svelte 5: https://github.com/senkulabs/chirper/tree/inertia-svelte. I also create a community package for Inertia + Svelte 5 called breeze-lite along with documentation how to use breeze-lite in https://breeze-lite.senku.stream/.
As the definition above, I will keep maintaining the breeze-lite until Laravel team or Laravel team with communities shipped official Inertia + Svelte 5 together into Laravel Breeze. The template of this PR come from the breeze-lite. Well, it's hard to maintain especially the consitency between each components, align with Laravel Breeze official, and keep standard quality. 😅 But, sometimes it's excited and it push me to make it even better!
To align with Laravel Breeze official template, I have accomplished some criterias:
I'm looking forward a review from you, Laravel team, or the community who enthusiast with Inertia and Svelte 5. Thank you.