Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alternative package to README #122

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

satoved
Copy link
Contributor

@satoved satoved commented Sep 25, 2024

Thanks for a great package, I've used it on many projects.

It served me well, but over time I found several things that started to bug me:

  • Passing state from step to step is complex
  • When quickly switching steps, sometimes two livewire components fail to sync, which results in 500
  • Testing wizard is cumbersome
  • Impossible to skip steps
  • Network lag because of two network request required for each step change

I tried to take a different approach to the problem. Wizard is the only Livewire component required, and Steps are presented as Livewire form objects that also can render themselves.

Package: https://github.com/satoved/laravel-livewire-steps
Demo app: https://github.com/satoved/laravel-livewire-steps-demo

@freekmurze freekmurze merged commit ff55250 into spatie:main Dec 11, 2024
1 check passed
@freekmurze
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants