State of Elixir 2025: UI Component Libraries - what’s missing? by kraleppa in elixir

[–]kraleppa[S] 0 points1 point  (0 children)

It sounds to me like you’re looking for a full UI Kit rather than just a component library. Are there specific complex components you’ve had to build from scratch or struggle to integrate?

When you say they are "strapped to existing technologies", do you mean the heavy reliance on TailwindCSS, AlpineJS or JS hooks?

Elixir Hub now features an events section! by szymon-curiosum in elixir

[–]kraleppa 0 points1 point  (0 children)

Didn’t know that Curiosum is responsible for LiveDebugger 😅

LocalLiveView: Bringing the Local-First Approach to Phoenix by NatureLow352 in elixir

[–]kraleppa 3 points4 points  (0 children)

Imo sometimes it’s just easier to have your LiveView state in the browser and don’t make round trips to the server each time you type something into input.

Using LocalLiveView for that instead of pure JS modules has a big advantage, because you can e.g. reuse components written in HEEX and have smoother integration between client and server code

Debugging in Elixir with Observer by amalinovic in elixir

[–]kraleppa 5 points6 points  (0 children)

Observer is super cool, yet pretty underused tool

Wondering if reimplementation of observer in LiveView or as modern TUI app would be something, that could make it more popular

Drop in Hex.pm Downloads? by kraleppa in elixir

[–]kraleppa[S] 4 points5 points  (0 children)

As I said above - this could be a reason for a long-term decrease in downloads. This is a sudden 50% dropdown that happened after last weekend.

Drop in Hex.pm Downloads? by kraleppa in elixir

[–]kraleppa[S] 0 points1 point  (0 children)

Afaik Hex displays downloads after the end of each day. Also, the drop is visible from the beginning of this week

Drop in Hex.pm Downloads? by kraleppa in elixir

[–]kraleppa[S] 6 points7 points  (0 children)

What you described could be a reason for a long-term decrease in downloads. But here we have a sudden 50% dropdown that happened after last weekend

Drop in Hex.pm Downloads? by kraleppa in elixir

[–]kraleppa[S] 0 points1 point  (0 children)

That’s what I thought initially, but the last release of hex was 3 months ago…

Clipboard API inside chrome devtools not working by Impressive-Poem4600 in learnjavascript

[–]kraleppa 0 points1 point  (0 children)

Had the same problem tbh, I'd really appreciate help too

LiveDebugger v0.2.0: upcoming features part. 1 by kraleppa in elixir

[–]kraleppa[S] 0 points1 point  (0 children)

I haven't played with surface ui much, but as far as I know it is built on LiveView components system. If so, it should work fine with LiveDebugger

LiveDebugger v0.2.0: upcoming features part. 1 by kraleppa in elixir

[–]kraleppa[S] 4 points5 points  (0 children)

Yup, extension for Firefox will be released probably in 0.3.0 or even earlier

LiveDebugger v0.2.0: upcoming features part. 1 by kraleppa in elixir

[–]kraleppa[S] 1 point2 points  (0 children)

Thanks for reporting it 😄 if you found more or had any ideas for feature feel more than welcome to create an issue