reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
Eliraz 2020-05-20T08:43:15.496Z

nice indeed. I wonder why it's almost twice slow when creating / clearing the rows

2020-05-20T12:01:26.497400Z

@juhoteperi that is really cool. Those details add up. Many Thanks for your work on this stuff. Made my day.

2020-05-20T12:03:06.498400Z

There is something deeply satisfying to be able to say that Reagent is faster than the underlying React on which it is based :-)

👍 2
juhoteperi 2020-05-20T12:13:49.499300Z

There is probably a way to implement same kind of logic in React with hooks or with some of the state management libs.

juhoteperi 2020-05-20T12:16:33.000700Z

There are some changes in v1 that might affect the performance, I need to check before the final release. They could add overhead to the class implementation also.

2020-05-20T15:49:18.002500Z

which ui library do you recommend to work with reagent? re-com, to material-ui, smooth-ui…

☝️ 2