cl-react icon indicating copy to clipboard operation
cl-react copied to clipboard

Common Lisp (Parenscript) utilities for building web apps in ReactJs

Results 2 cl-react issues
Sort by recently updated
recently updated
newest added

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);...