wking-io
I am a Frontend focused developer and I am wondering how many developers here are the same.
Love the Frontend and the problems to solve there. There are a lot of interesting problems especially with the introduction of Liveview and factoring that into the equation.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
AcmeScript — Writing JS hooks as if I were still using Elixir
I’ve been having fun building a little something over the last few days: Ac...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Latest Phoenix Threads
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
crova
I’m not a fronted focused person but on my current project I’m doing a lot of it and it’s the first time I’m having pleasure in doing so. This is heavily thanks to LV and Surface.
I even took pleasure in doing some light-weight JS coding through hooks.
wking-io
I have heard good things about Surface. I will have to take a look!
What part of Frontend do you have the toughest time with?
seanc
Unfortunately most Elixir devs are full-stack with backend focus developers. I don’t see too many Elixir devs with high front end knowledge
I do React full-time though
Surface makes LiveViews really nice to work with, even though they were nice to work with before 
cmo
I have a passion for creating good UI/UX from previous SCADA work so I do full stack. I find backend is much quicker and enjoyable than web frontend though. It’s so finicky!
sodapopcan
I love working on frontend. LiveView+Surface+Tailwind is a very, very nice experience. I’ve tried AlpineJS and it’s cool, but I prefer to just use LiveView hooks since I don’t mind writing JS when I need to. I’m currently using React at work and dream of being able to ditch it forever in favour of LiveView.
wking-io
I love Tailwind + Liveview + AlpineJS combo!
wking-io
Do you use React for an Elixir backend?
wking-io
Lol it is so true. I feel like it is because data can be a lot more mathematical and constrained. It is easier to reason about.
GunnarPDX
I love working on the front end as well. Sometimes I feel like there is more variety on the backend and more silly caveats to frontend work like “why is this broken on X browser/device…”. I came from a design background though so maybe I have just spent more time analyzing frontend problems.
Liveview was one of the things that originally got me interested in elixir and definitely made frontend work much more interesting to me, I personally feel like it’s a gamechanger in terms of what can be done for the user experience. Also being able to integrate react via hooks allows for some awesome stuff.
If you like frontend/UI/UX problems there is a book I highly recommend called The Design of Everyday Things, it doesn’t really focus on “tech” but I think I have applied more knowledge from that book than any other when building software.
crova
@wking-io Surface is worthwhile, don’t hesitate to look at it. Having feedback on your HTML (e.g. Tags without its corresponding closures) is a huge blessing IMHO, and that’s just one of many beautiful things on the library.
One of the things I dread the most on FE was mentioned here, the whole “this will work here but won’t work there” deal.
But I guess this is a mess that we allowed ourselves to get into and I’m not sure we’ll ever be able to get out of.
I’m with you here, I used to praise Alpine because it helped getting JS stuff done pretty easily. But with hooks I feel is just better to go with vanilla JS.
Edit: I messed the quotes while writing on the phone and I don’t know how to fix, sorry