Closed RichardForrester closed 5 years ago
Hi @RichardForrester, thanks for the contribution! I'm glad you liked the library!
The project is actually quite small so lately I rarely do something other than small maintenance tasks, but please feel free to submit anything you want.
Thanks for the wonderful library. I was looking for a solution to the
jsx
problem for a while and was using a dinky converter functionconst converter = el => (props, ...children) => h(el, props, ...children)
until I finally stumbled onnjsx
. I really like the solutions you have provided. I wanted to contribute a little and so I added some lines in the docs regarding point-free composition. I found thatlodash/fp
.compose
blows up but thatrambda.compose
works great.Let me know if there's anything else I can do.
Thanks!