#squintcljs risultati di ricerca

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

borkdude's tweet image. Wow, cljdoc's front-end was rewritten from TypeScript to #squintcljs #clojurescript :)

github.com/cljdoc/cljdoc/…

#clojure

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


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…

borkdude's tweet image. 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 😎

turjanofmiir's tweet image. Introducing hiccupad. I find myself copying tailwindcss html snippets a lot these days. Naturally I am converting those snippets to Clojure&apos;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


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…

turjanofmiir's tweet image. This is a pretty fun way to build Web Sites™ with Clojure and Alpine.js. I&apos;ve adopted a little hiccup helper to support arbitrary ClojureScript expressions in alpine attributes (source below). I&apos;m not using this for the next hyper interactive app, but it has been great for…


Thanks for trying out #squintcljs for this amazing project!


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


Nessun risultato per "#squintcljs"

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

borkdude's tweet image. Wow, cljdoc&apos;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

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

#clojure

#squintcljs browser REPL with vite HMR progress :) #clojure #clojurescript

borkdude's tweet image. #squintcljs browser REPL with vite HMR progress :)

#clojure #clojurescript

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

borkdude's tweet image. Also working with libraries is working now. This is an example with &quot;joi&quot;, a validation library.

#squintcljs #clojure

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

borkdude's tweet image. 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

borkdude's tweet image. Jotai: a library that is a bit like Reagent in the way that it uses &quot;atoms&quot; for state management in React apps. Here&apos;s an example in #squintcljs 

github.com/squint-cljs/sq…

#clojure
borkdude's tweet image. Jotai: a library that is a bit like Reagent in the way that it uses &quot;atoms&quot; for state management in React apps. Here&apos;s an example in #squintcljs 

github.com/squint-cljs/sq…

#clojure

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

borkdude's tweet image. Create a docx (Word) document in the browser with squint and the docx js lib!

#clojure #squintcljs

squint-cljs.github.io/squint/?src=KG…

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

borkdude's tweet image. 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

borkdude's tweet image. 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

borkdude's tweet image. 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
borkdude's tweet image. 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
borkdude's tweet image. 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…

borkdude's tweet image. 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

borkdude's tweet image. Looking forward to both talks! Maybe I should wear my #squintcljs shirt to @kauppilainen&apos;s talk? ;-) I&apos;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

juxtpro's tweet image. The wait is (nearly) over ⏳ @heartofclojure kicks off tomorrow 🚀

We invite you to catch @refset&apos;s talk on Thursday at 9:50, and @kauppilainen&apos;s talk later that day, at 11:30 — both at Het Depot. 

#HoC24 #Clojure 
compass.heartofclojure.eu
juxtpro's tweet image. The wait is (nearly) over ⏳ @heartofclojure kicks off tomorrow 🚀

We invite you to catch @refset&apos;s talk on Thursday at 9:50, and @kauppilainen&apos;s talk later that day, at 11:30 — both at Het Depot. 

#HoC24 #Clojure 
compass.heartofclojure.eu


Loading...

Something went wrong.


Something went wrong.


United States Trends