home.social

#reagent — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #reagent, aggregated by home.social.

  1. Taylor Water Technologies Phosphate Reagent #1 Bottles fail to meet child-resistant packaging requirements. The bottles contain sulfuric acid and create a risk of severe chemical burns. #Taylor #reagent #bottles #acid #burns #eyes #skin #gastrointestinal #recall
    instagram.com/reel/DHJhzBVMLB3

  2. I am starting a live Clojure coding session on Twitch. twitch.tv/greencoder

    Topic of the day: Implementing a mini version of Reagent using Signaali.

    #Clojurescript #Reagent #Signaali

  3. I am starting a live Clojure coding session on Twitch. twitch.tv/greencoder

    Topic of the day: Implementing a mini version of Reagent using Signaali.

    #Clojurescript #Reagent #Signaali

  4. I am starting a live Clojure coding session on Twitch. twitch.tv/greencoder

    Topic of the day: Implementing a mini version of Reagent using Signaali.

    #Clojurescript #Reagent #Signaali

  5. I am starting a live Clojure coding session on Twitch. twitch.tv/greencoder

    Topic of the day: Implementing a mini version of Reagent using Signaali.

    #Clojurescript #Reagent #Signaali

  6. I am starting a live Clojure coding session on Twitch. twitch.tv/greencoder

    Topic of the day: Implementing a mini version of Reagent using Signaali.

    #Clojurescript #Reagent #Signaali

  7. I'm soliciting clever names for this "new tab page" project so I can post it on GitHub.

    written with #clojurescript #reagent #shadowcljs #polybooljs

  8. I'm soliciting clever names for this "new tab page" project so I can post it on GitHub.

    written with #clojurescript #reagent #shadowcljs #polybooljs

  9. I'm soliciting clever names for this "new tab page" project so I can post it on GitHub.

    written with #clojurescript #reagent #shadowcljs #polybooljs

  10. I'm soliciting clever names for this "new tab page" project so I can post it on GitHub.

    written with #clojurescript #reagent #shadowcljs #polybooljs

  11. It turns out that using var-quoting with reagent (React) components isn't such a good idea.

    Var-quoting makes the component function not `identical?` to itself, which causes unnecessary remounts.

    (defn foo-component [,,,])

    (identical? foo-component foo-component) #=> true

    (identical? #'foo-component #'foo-component) #=> false (<-- react will remount)

    #clojure #clojurescript #reagent #react

  12. It turns out that using var-quoting with reagent (React) components isn't such a good idea.

    Var-quoting makes the component function not `identical?` to itself, which causes unnecessary remounts.

    (defn foo-component [,,,])

    (identical? foo-component foo-component) #=> true

    (identical? #'foo-component #'foo-component) #=> false (<-- react will remount)

    #clojure #clojurescript #reagent #react

  13. It turns out that using var-quoting with reagent (React) components isn't such a good idea.

    Var-quoting makes the component function not `identical?` to itself, which causes unnecessary remounts.

    (defn foo-component [,,,])

    (identical? foo-component foo-component) #=> true

    (identical? #'foo-component #'foo-component) #=> false (<-- react will remount)

    #clojure #clojurescript #reagent #react

  14. It turns out that using var-quoting with reagent (React) components isn't such a good idea.

    Var-quoting makes the component function not `identical?` to itself, which causes unnecessary remounts.

    (defn foo-component [,,,])

    (identical? foo-component foo-component) #=> true

    (identical? #'foo-component #'foo-component) #=> false (<-- react will remount)

    #clojure #clojurescript #reagent #react

  15. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript

  16. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript

  17. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript

  18. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript

  19. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript

  20. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript

  21. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript

  22. I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript