Referenced link: https://phys.org/news/2023-05-fresh-cyclohexatriene-versatile-reagent-synthesis.html
Discuss on https://discu.eu/q/https://phys.org/news/2023-05-fresh-cyclohexatriene-versatile-reagent-synthesis.html
Originally posted by Phys.org / @physorg_com: http://nitter.platypush.tech/physorg_com/status/1653781467258925056#m
A fresh look at 1,2,3-cyclohexatriene shows it could be used as a versatile #reagent in #organicsynthesis @nature https://www.nature.com/articles/s41586-023-06075-8 https://phys.org/news/2023-05-fresh-cyclohexatriene-versatile-reagent-synthesis.html
MathBox.cljs
A #Reagent interface to the #MathBox mathematical visualization library. #clojurescript
#reagent #mathbox #clojurescript
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 (https://github.com/reagent-project/reagent/blob/master/doc/ManagingState.md).
Does anyone have any experience in building a non-trivial app with reagent but without reframe?
#reagent #reframe #clojurescript
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 (https://github.com/reagent-project/reagent/blob/master/doc/ManagingState.md).
Does anyone have any experience in building a non-trivial app with reagent but without reframe?
#reagent #reframe #clojurescript
#reagent is super duper cool. So awesome that when the code hot reloads, the app state isn't refreshed!
Referenced link: https://phys.org/news/2022-05-non-radioactive-neutral-reagent-reveals-viruses.html
Discuss on https://discu.eu/q/https://phys.org/news/2022-05-non-radioactive-neutral-reagent-reveals-viruses.html
Originally posted by Phys.org / @physorg_com@twitter.com: https://twitter.com/physorg_com/status/1529926239837896704#m
New non-radioactive, neutral #reagent reveals #viruses in clear detail @Hiroshima_Univ @SciReports https://www.nature.com/articles/s41598-022-11405-3 https://phys.org/news/2022-05-non-radioactive-neutral-reagent-reveals-viruses.html
Reading through the #reagent 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
Clojurists together February 2020 Update contains a description of work to change #reagent to support React's functional components and hooks (and updates of other projects, of course) https://www.clojuriststogether.org/news/february-2020-update/
I've been trying to figure out what is the recommended way of testing a #reagent app in #clojurescript. 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.
https://gist.github.com/cdbkr/f195d7fbb600fae9655f37e7b2b4813e
So, that's what I'll use for now, unless any of you has a better recommendation?
Oh, looks like #reagent is on it's way to a 1.0 release. At least the docs are now talking about a 1.0.0-SNAPSHOT. #clojurescript
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 #Reagent and #ClojureScript, the results are not bad!
The hardest part of translating an existing #JavaScript application to #ClojureScript is learning to use #Reagent correctly.
UI development is hard.
#javascript #clojurescript #reagent