purescript-pux icon indicating copy to clipboard operation
purescript-pux copied to clipboard

Build type-safe web apps with PureScript.

Results 19 purescript-pux issues
Sort by recently updated
recently updated
newest added

We tested that it compiles and works correctly in our project, no changes to the pux code was necessary for purescript 0.13.

It looks like the registration of purescript-pux.org has lapsed.

Bumps [bower](https://github.com/bower/bower) from 1.8.2 to 1.8.8. Release notes *Sourced from [bower's releases](https://github.com/bower/bower/releases).* > ## v1.8.8 > Fix security issue connected to extracting .tar.gz archives > > **This bug allows to...

dependencies

``` PS E:\Users\david\OneDrive\projects\purescript\pux\my-awesome-pux-app> npm start > [email protected] start E:\Users\david\OneDrive\projects\purescript\pux\my-awesome-pux-app > npm run watch > [email protected] watch E:\Users\david\OneDrive\projects\purescript\pux\my-awesome-pux-app > npm run clean && webpack-dev-server --content-base static/ --hot --inline --config webpack.config.js >...

The error you get is as described here: https://stackoverflow.com/questions/51020317/einvres-request-to-https-bower-herokuapp-com-packages-failed-with-502 The preferred solution is to upgrade bower globally, which fails because the locally installed version is used instead. I think this...

`purescript-aff` [used to have its own `log`](https://github.com/slamdata/purescript-aff/blob/3457df9993a78e408ed56f0bb619941911d375d0/src/Control/Monad/Aff/Console.purs#L20), but as far as I can tell, it no longer does. Please feel free to suggest alternative ways to improve the docs; I...

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

Example: lets say we have a counter that should count to 10 and every scroll event increases the counter by +1. If the counter state is greater or equal to...

Hi, I've been using Elm a lot, but due to the inability to tap into the vast sea of JS/React libraries I have started to look into PureScript and Pux....

discussion

Options like: - https://github.com/purescript-contrib/purescript-react - https://github.com/paf31/purescript-thermite - https://github.com/slamdata/purescript-halogen I have a hard time to choose between them, a highlevel overview of what sets them apart would be awesome!

enhancement