|
|
|
|
|
by dgb23
1755 days ago
|
|
How was working with tailwind in Elixir? My understanding is that Liveview does SSR paired with a very light JS/AJAX framework to keep state on the client, similar to htmx for example. Tailwind however generates tons of CSS classes that you might or might not use, so it parses your HTML and "purges" unused classes afterwards. It seems that this is far easier if working with a more mainstream framework. Did you have any problems setting this up? |
|