What do you think? Is this the Elixir way?
What do you think? Is this the Elixir way?
I mean, Liveview is nice and all of that, but you can beat React + Shadcn in the quality of the UI produced with it
I mean, Liveview is nice and all of that, but you can beat React + Shadcn in the quality of the UI produced with it
I wanted to see how it would work in a real app so I did a big app
1000 CRUD controllers so are x7
👉 [7000 routes] 👈 generated in 3.6 seconds.
I think it's good enough for any SMB Phoenix project.
I wanted to see how it would work in a real app so I did a big app
1000 CRUD controllers so are x7
👉 [7000 routes] 👈 generated in 3.6 seconds.
I think it's good enough for any SMB Phoenix project.
I have all my Phoenix routes fully typed and even I can know in the UI which one is selected even SSR because Inertia gives `url` and Wayfinder uses it to compare with generated routes
This is super nice for an Inertia app using Phoenix #Elixirlang
I have all my Phoenix routes fully typed and even I can know in the UI which one is selected even SSR because Inertia gives `url` and Wayfinder uses it to compare with generated routes
This is super nice for an Inertia app using Phoenix #Elixirlang
1. Vite HMR
2. Typed routes
3. Nice demo app with the PingCRM demo
Maybe some is already working on all of this. Me too! Even if it's only for me is a really nice way of learning Elixir
1. Vite HMR
2. Typed routes
3. Nice demo app with the PingCRM demo
Maybe some is already working on all of this. Me too! Even if it's only for me is a really nice way of learning Elixir
Vibe coding with an LLM for the first time in my life 🔥
I know I'm an old dude with built-in resistance to change. But I think I red pilled into this shit now #ElixirLang
Vibe coding with an LLM for the first time in my life 🔥
I know I'm an old dude with built-in resistance to change. But I think I red pilled into this shit now #ElixirLang
Skill issue or framework issue?
Btw the load is ok for me with wifi in a coffee shop. But the metrics look terrible
Skill issue or framework issue?
Btw the load is ok for me with wifi in a coffee shop. But the metrics look terrible
But my question is if css properties can be used somehow to modify css selectors. I don't think so no?
But my question is if css properties can be used somehow to modify css selectors. I don't think so no?
Follow up question
I'm reading this article
alistapart.com/article/quan...
The switcher component with this technique looks super handy but can it be configured for any N elements?
Follow up question
I'm reading this article
alistapart.com/article/quan...
The switcher component with this technique looks super handy but can it be configured for any N elements?
Now that I'm here I'll ask this one
Does inline styles mean generating these CSS every time a component is used? Maybe you only did these components for the demo?
Now that I'm here I'll ask this one
Does inline styles mean generating these CSS every time a component is used? Maybe you only did these components for the demo?