this post was submitted on 01 Nov 2024
6 points (100.0% liked)
General Programming Discussion
8258 readers
9 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, we tried using Livewire at work, wouldn't recommend it for any usecase. Very buggy and unfinished, many times you'll still need to fallback to JS, passing certain data types to Livewire components is just not supported.
Is it bad if my first reaction to this is “I can fix her”? Like I feel like if I could just use it as a component system and pass simple types as props it would work nicely. But I suppose That defeats the purpose anyway. It sounds like a pain to use for anything beyond basic contexts.