reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
2020-04-05T11:53:15.071Z

I think it is harder to separate the state with react-router. Especially if you use re frame as well.

Jp Soares 2020-04-05T18:37:06.076700Z

I, sometimes, get an error saying React was expecting a string but got nil as a component. It can be caused due a lack of the declaration of the component as a requirement. The problem is that I sometimes take a long time to identify what component is causing problems. Do you know how to improve the error message to say in what declaration is the nil?

lilactown 2020-04-05T19:48:13.077Z

is there a strack trace with the error message?