|
|
|
|
|
by joeldrapper
1203 days ago
|
|
You can avoid transpiling if you write views in pure Ruby instead. Ruby syntax has everything you need to concisely represent all valid HTML — method calls are tags, keyword arguments are attributes and blocks are content. |
|