James Smith
James Smith
We tested that it compiles and works correctly in our project, no changes to the pux code was necessary for purescript 0.13.
I've been experimenting with improving the render performance of my Pux app, and it seems that most of the CPU time is spent in repeated unnecessary view rendering. However, after...
Running on our medium-sized project (10k LOC of purescript app code + 30k LOC purescript library code, 2.5Mb after `pulp browserify -O`), the runtime is more than an hour, even...
Hi, I'm evaluating several FRP solutions for a large-scale project and have been diving into the source code for this library. First of all, kudos for a great library, it's...