#squintcljs risultati di ricerca
The most important #squintcljs updates since March: github.com/squint-cljs/sq… #clojurescript #clojure

A short video about Eucalypt, a Reagent-like on Squint-cljs, that compiles down to 10kb artifacts. youtube.com/watch?v=SLnCzW… by Chris McCormick #clojure #squintcljs #clojurescript
youtube.com
YouTube
Make UIs in 10kb with "ClojureScript" and "Reagent" (Squint-cljs and...
Wow, cljdoc's front-end was rewritten from TypeScript to #squintcljs #clojurescript :) github.com/cljdoc/cljdoc/… #clojure

Eucalypt Tictactoe #squintcljs Reactive front-end in < 10kb #clojure squint-cljs.github.io/squint/?src=KG…

Found a pretty nice optimization for str in #squintcljs (str "Hello: " (+ 1 2 3) nil "Dude") => `Hello: ${1 + 2 + 3 ?? ""}Dude` So str -> template string + null/undefined check. This performs much better than Array.join(''). But... is it worth it? #clojure #clojurescript
Squint = now defaults to a deep equals implementation squint-cljs.github.io/squint/?src=Wy… #clojure #clojurescript #squintcljs

The story of Eucalypt: a slop-coded Reagent replacement Squint for < 10kb UI projects mccormick.cx/news/entries/i… #clojure #clojurescript #squintcljs
#adventofcode solution for day 1 by Rok Lenarcic on the #squintcljs playground squint-cljs.github.io/squint/?boiler… #clojure

Reagent SVG clock (running in Eucalypt / Squint) #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=KG…
Using Idiomorph (HTMX, same thing) with #squintcljs #clojure #clojurescript squint-cljs.github.io/squint/?src=KH…

Eucalypt: a Reagent compatible library implemented in #squintcljs that allows you to build a <13 kb game for js13kb game jam Demo: chr15m.github.io/eucalypt/ Lib: github.com/chr15m/eucalypt
Eucalypt by @mccrmx is a Reagent clone in #squintcljs (10kb of JS). It now has all Reagent demos working including TodoMVC 🤯 chr15m.github.io/eucalypt/ #clojure #clojurescript
Edamame, the #clojure reader used in #babashka / SCI, #squintcljs and other projects has a pretty cool option to read namespaced keywords and syntax-quote based on the ns form, so you can read an entire file in one go without much hassle. github.com/borkdude/edama…

Made with #squintcljs :)
Introducing hiccupad. I find myself copying tailwindcss html snippets a lot these days. Naturally I am converting those snippets to Clojure's hiccup. AI seems to convert smaller documents alright, but botches larger ones (i.e tailwind plus). Links and notes below 😎

A wild but perhaps magic idea: coerce Atoms in squint into Promises Then we could compile @ to js-await in async contexts and we could write: (let [resp @(js/fetch "clojure.org") txt @(.text resp)] txt) while preserving compatibility w/ atoms #clojure #squintcljs
Powered by #squintcljs :) #clojure #clojurescript
This is a pretty fun way to build Web Sites™ with Clojure and Alpine.js. I've adopted a little hiccup helper to support arbitrary ClojureScript expressions in alpine attributes (source below). I'm not using this for the next hyper interactive app, but it has been great for…

Found a pretty nice optimization for str in #squintcljs (str "Hello: " (+ 1 2 3) nil "Dude") => `Hello: ${1 + 2 + 3 ?? ""}Dude` So str -> template string + null/undefined check. This performs much better than Array.join(''). But... is it worth it? #clojure #clojurescript
A short video about Eucalypt, a Reagent-like on Squint-cljs, that compiles down to 10kb artifacts. youtube.com/watch?v=SLnCzW… by Chris McCormick #clojure #squintcljs #clojurescript
youtube.com
YouTube
Make UIs in 10kb with "ClojureScript" and "Reagent" (Squint-cljs and...
The most important #squintcljs updates since March: github.com/squint-cljs/sq… #clojurescript #clojure

Squint = now defaults to a deep equals implementation squint-cljs.github.io/squint/?src=Wy… #clojure #clojurescript #squintcljs

The most important #squintcljs updates since March: github.com/squint-cljs/sq… #clojurescript #clojure

Eucalypt Tictactoe #squintcljs Reactive front-end in < 10kb #clojure squint-cljs.github.io/squint/?src=KG…

Wow, cljdoc's front-end was rewritten from TypeScript to #squintcljs #clojurescript :) github.com/cljdoc/cljdoc/… #clojure

On @Nikitonsky’s page, the #squintcljs logo is alive! Just hover your mouse over it: tonsky.me/design/ #clojure

Also working with libraries is working now. This is an example with "joi", a validation library. #squintcljs #clojure

Small improvement made, now you can actually see the return value in the REPL Async code supported :) #clojure #squintcljs

Jotai: a library that is a bit like Reagent in the way that it uses "atoms" for state management in React apps. Here's an example in #squintcljs github.com/squint-cljs/sq… #clojure


Using Idiomorph (HTMX, same thing) with #squintcljs #clojure #clojurescript squint-cljs.github.io/squint/?src=KH…

Create a docx (Word) document in the browser with squint and the docx js lib! #clojure #squintcljs squint-cljs.github.io/squint/?src=KG…

#adventofcode solution for day 1 by Rok Lenarcic on the #squintcljs playground squint-cljs.github.io/squint/?boiler… #clojure

A bencode parser copy/pasted from squint itself into the squint playground It returns the parsed bit but also the unprocessed remainder of the string squint-cljs.github.io/squint/?src=KG… #clojure #squintcljs

Thanks to Rafael del Boni the vite-react example in the squint repo now runs tests using the awesome vitest github.com/squint-cljs/sq… #clojure #squintcljs

Return a (p)React app compiled on the fly in #babashka with #squintcljs No Node.js / npm or JSX transform required! github.com/squint-cljs/sq… #clojure



Edamame, the #clojure reader used in #babashka / SCI, #squintcljs and other projects has a pretty cool option to read namespaced keywords and syntax-quote based on the ns form, so you can read an entire file in one go without much hassle. github.com/borkdude/edama…

Looking forward to both talks! Maybe I should wear my #squintcljs shirt to @kauppilainen's talk? ;-) I'll bring some stickers too! #clojure #HoC24

The wait is (nearly) over ⏳ @heartofclojure kicks off tomorrow 🚀 We invite you to catch @refset's talk on Thursday at 9:50, and @kauppilainen's talk later that day, at 11:30 — both at Het Depot. #HoC24 #Clojure compass.heartofclojure.eu


Something went wrong.
Something went wrong.
United States Trends
- 1. #BornOfStarlightHeeseung 26.3K posts
- 2. Happy Birthday Charlie 75.9K posts
- 3. #tuesdayvibe 4,468 posts
- 4. #csm217 N/A
- 5. Alex Jones 17.2K posts
- 6. Sandy Hook 4,275 posts
- 7. Pentagon 81.4K posts
- 8. Good Tuesday 37K posts
- 9. #PortfolioDay 4,370 posts
- 10. #NationalDessertDay N/A
- 11. Shilo 2,869 posts
- 12. Monad 203K posts
- 13. Dissidia 7,929 posts
- 14. Victory Tuesday 1,290 posts
- 15. Masuda 1,807 posts
- 16. Happy Heavenly 11.3K posts
- 17. Happy 32nd 12.1K posts
- 18. Time Magazine 21.9K posts
- 19. $MON 16.8K posts
- 20. Janet Mills 2,321 posts