Skip to content

Conversation

@Roardom
Copy link
Collaborator

@Roardom Roardom commented Sep 26, 2025

Livewire has too many issues that are never fixed. Examples include:

  • Trying to initialize the component before validating the arguments are even correct, which causes error 500s when a user enters letters into a numeric field
  • Not being able to handle clicking tickboxes quicker than responses are returned.
  • Requires unsafe inline JS enabled for the CSP.

This is a proof of concept of how one might use alpine, alpine morph and blade fragments to replace livewire.

@Roardom Roardom marked this pull request as draft September 26, 2025 07:21
Livewire has too many issues that are never fixed. Examples include:

- Trying to initialize the component before validating the arguments are even correct, which causes error 500s when a user enters letters into a numeric field
- Not being able to handle clicking tickboxes quicker than responses are returned.
- Requires unsafe inline JS enabled for the CSP.

This is a proof of concept of how one might use alpine, alpine morph and blade fragments to replace livewire.
@Roardom Roardom force-pushed the fragment-application-search-4 branch from abecb50 to 202c2ef Compare September 26, 2025 07:22
@HDVinnie HDVinnie added the WIP label Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants