reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
2020-12-19T16:20:42.405300Z

Is it possible to miss reagent atom and hooks with the functional components in reagent? :

2020-12-19T16:20:45.405500Z

:)

p-himik 2020-12-19T16:27:50.405700Z

I assume you meant "mix" and not "miss". This page outlines the approach that should support ratoms: https://github.com/reagent-project/reagent/blob/master/doc/ReagentCompiler.md

2020-12-19T21:33:39.407100Z

Yes, sorry my spellchecker is annoying.

2020-12-19T21:38:43.408400Z

But then can you have ratoms in functional components?

p-himik 2020-12-19T21:40:28.408600Z

p-himik 2020-12-19T21:40:35.409Z

It says so. I haven't tested.