Comment by zem

Comment by zem 3 days ago

2 replies

elixir's liveview is perhaps the best known and arguably inspired a lot of the ones in other languages

pmarreck 2 days ago

yes but doesn't that expect view code that looks a lot like HTML and is usually styled with Tailwind?

  • zem 2 days ago

    the view code compiles to elixir code, it just uses html as a familiar syntax. it's written inline as functions in the source code though so I tend to think of it as closer to a "pure elixir" solution.