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

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

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

Hi, can you please explain why you made this project when there already were other alternatives? - https://github.com/michaeljforster-zz/panic - https://github.com/jasom/parenscriptx This helps users know how to choose and differentiate Thanks!

Hi, thanks so much for sharing. Are functional components supported or do you think they are easy to implement? I saw there's a hooks branch with commits out of sync...