5 ms·
What do you prefer? (I quite like ClojureScript.)
by stefcoetzee 3y ago
What do you prefer?
(I quite like ClojureScript.)
- pocketsand 3y agoHTML, the language on the server
- Alifatisk 3y agoFlutter
- treyd 3y agoWe've been using the Dioxus library for Rust at my company and it's worked well. There's other Rust WASM web UI frameworks as well.
- namtab00 3y agoBlazor yes, I am THAT guy...
- egeozcan 3y agoI'd always prefer React for when you have dedicated Front-end developers but for small go projects, gomponents with its htmx add-on does wonders.
- multiplegeorges 3y agoUhhhh, HTML?
- Scarbutt 3y agoThat's worse than using plain JS.
- stefcoetzee 3y agoHow so?
- revscat 3y agoI prefer not to use JavaScript unless forced to do so. It's burdensome and almost always unnecessarily complicates the stack. With the rise of tools such as Turbo[1] and HTMX[2] the need for JS frameworks like React and Angular are greatly reduced, to the point that they are (almost?) unnecessary. [1] https://turbo.hotwired.dev https://turbo.hotwired.dev [2] https://htmx.org https://htmx.org