Phys.org · @physorg_bot
469 followers · 12522 posts · Server social.platypush.tech
Felix · @leobm
177 followers · 2391 posts · Server norden.social

MathBox.cljs
A interface to the mathematical visualization library.

#reagent #mathbox #clojurescript

Last updated 2 years ago

Mikko Koski 🇫🇮 · @rap1ds
84 followers · 166 posts · Server mastodon.social

I've always used with , 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?

#reagent #reframe #clojurescript

Last updated 2 years ago

Mikko Koski 🇫🇮 · @rap1ds
84 followers · 165 posts · Server mastodon.social

I've always used with , 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?

#reagent #reframe #clojurescript

Last updated 2 years ago

Somé · @samtsao
199 followers · 1360 posts · Server queer.party

How do you do media queries in though????

#reagent

Last updated 2 years ago

Somé · @samtsao
199 followers · 1359 posts · Server queer.party

is super duper cool. So awesome that when the code hot reloads, the app state isn't refreshed!

#reagent

Last updated 2 years ago

Phys.org · @physorg_bot
153 followers · 7642 posts · Server social.platypush.tech
Holger · @schaueho
152 followers · 3281 posts · Server functional.cafe

Reading through the changelog for the upcoming 1.1 release, I think I should update my app to at least make use of some of the 1.0 features.

#clojurescript #reagent

Last updated 4 years ago

Holger · @schaueho
152 followers · 3281 posts · Server functional.cafe

Lilactown compares the use of atoms vs. hooks. He's mostly reflecting on the fact that React, although seemingly using a side-effecting setState function, is in fact immutable, whereas reagent is using mutation, although safe-guarded, of course.

lilac.town/writing/hooks-and-a

#reagent #react

Last updated 5 years ago

Holger · @schaueho
152 followers · 3281 posts · Server functional.cafe

Clojurists together February 2020 Update contains a description of work to change to support React's functional components and hooks (and updates of other projects, of course) clojuriststogether.org/news/fe

#reagent

Last updated 5 years ago

Holger · @schaueho
152 followers · 3281 posts · Server functional.cafe

I've been trying to figure out what is the recommended way of testing a app in . Looks like cljs-react-test is not really alive anymore. Also, FB recommends to use React Testing Library instead of the TestUtils add-on cljs-react-test is based on.

So, when I searched for RTL and CLJS, I stumbled upon the linked gist, that shows how to use it for testing your views.
gist.github.com/cdbkr/f195d7fb

So, that's what I'll use for now, unless any of you has a better recommendation?

#reagent #clojurescript

Last updated 5 years ago

Holger · @schaueho
152 followers · 3281 posts · Server functional.cafe

Oh, looks like is on it's way to a 1.0 release. At least the docs are now talking about a 1.0.0-SNAPSHOT.

#reagent #clojurescript

Last updated 5 years ago

Gergely Nagy 🐁 · @algernon
1147 followers · 7563 posts · Server trunk.mad-scientist.club

As I get more familiar with React and Reagent, I start to like them even more. Especially Reagent. It's such a great library, that even I can make usable UIs with it!

And I hate doing UIs, because it's not my forte, and I'm terrible at it. But with and , the results are not bad!

#reagent #clojurescript

Last updated 8 years ago

Gergely Nagy 🐁 · @algernon
1147 followers · 7563 posts · Server trunk.mad-scientist.club

The hardest part of translating an existing application to is learning to use correctly.

UI development is hard.

#javascript #clojurescript #reagent

Last updated 8 years ago