cl-react
cl-react copied to clipboard
Common Lisp (Parenscript) utilities for building web apps in ReactJs
Would it be possible to get a workflow example. I've just started tinkering with react and the code repetition is insane. I was wondering how you handle your workflow to...
Hi, Thanks for the nice library! One minor problem: I get output like this: ``` "function cl_react_createClass(objectSpecification) { return cl_react_React.cl_react_createClass(objectSpecification); }; function cl_react_createElement(type, props, children) { return cl_react_React.cl_react_createElement(type, props, children);...