@TeemuKaukoranta
@TeemuKaukoranta
Hello! Any plans on adding server-side rendering to Reagent? I would imagine this would require porting much of the .cljs code to .cljc. I tried Rum a few weeks back,...
``` SELECT * FROM company c LEFT JOIN employee e ON e.company = c.id WHERE e.deleted IS NOT TRUE ``` Does not return any rows, if all the employees are...
**Is your feature request related to a problem? Please describe.** I've taken a liking to a style of writing tests where you colocate your tests with the actual source code,...