|
|
|
|
|
by r6203
717 days ago
|
|
Component libraries are the major reason I’m still using React. It would be so much nicer using something like Elixir LiveView for the kind of apps I’m developing. But having to implement so many basic components from scratch just doesn’t make sense. I mean I can fully see the downsides of introducing big 3rd dependencies into a codebase but not using them would be (in my opinion) a huge waste of time. Isn’t this a problem for other people (that aren’t using component libraries) as well? How can anyone be productive with non React/Vue stacks for that reason? I’d really wish there would be other solutions (web components) so I hadn’t rely on React. |
|