|
|
|
|
|
by rhaksw
2530 days ago
|
|
is this much different than JSX? <div style="display: flex; flex-direction: row">
<label for="email"/>
<input type="text"/>
</div>
I definitely want to try CLJS some time.edit Oh I see. You don't need the extra {} to jump into JS mode. And, CLJS requires : to denote keys. I think as long as my editor colors the syntax appropriately I'm okay with either. |
|