Hacker News new | ask | show | jobs
by ano88888 1053 days ago
Completely new to Clojurescript or electric DSL so this might be a stupid question (will learn more later). As someone who is not a designer, i tend to pick a framework (eg react) that has many good looking design libraries so that i don't need to style each component. I understand that the demo & examples are meant to show the power and functionalities of this good functional langauge. But the examples are unstyled, plain looking, ugly and seem like will take a lot of work to look good. Since i am not a designer, i just want to plug and play a good looking UI library and focus on business logic. hope i am making sense here.
1 comments

we have styled examples including TodoMVC: https://electric-demo.fly.dev/(user.demo-todomvc!TodoMVC) -- note it is full-stack unlike other TodoMVC impls which are frontend only

we use tailwind in IRL projects