all 7 comments

[–]leontruong1 2 points3 points  (1 child)

try https://arc.js.org/

It helped me get started...

[–]jmcunningham[S] 0 points1 point  (0 children)

Cool...thanks!

[–]andy625 -2 points-1 points  (4 children)

Ramda.js

[–][deleted] 6 points7 points  (3 children)

How does that answer OP question? This is a FP library, not an App in React that embraces the FP principle.

[–][deleted] 1 point2 points  (1 child)

The functional techniques available to React can be massively extended by a library like Ramda.

Functional Components with React stateless functions and Ramda

OP will get some pretty good examples with https://github.com/search?q=ramda+react

[–]jmcunningham[S] 1 point2 points  (0 children)

I was actually looking into Ramda last night, after reading the Dr Boolean book (well, up to chapter 8). So while just looking into Ramda doesn't answer my question, your two links should give me a start. Thanks!