Miles Frain

Results 104 comments of Miles Frain

If you don't specify the recipe name, then we won't be able to provide copy-pastable `make` commands (which need to have the recipe name in them). So we could provide...

Yes, that sounds good. Although the the `make`/`make list` output is pretty long now, so I don't think users will see a note at the top. Maybe we put it...

The steps to include CSS in a webpack project are also not intuitive for beginners. Instructions should be documented _somewhere_. Posting here in the meantime. A failed attempt (click to...

Great tips! Working example with your suggestion applied here: https://github.com/milesfrain/tps-save-gist/tree/simple-webpack-fixed

Here are some notes on ReasonML differences from reading their [overview](https://reasonml.github.io/docs/en/overview). * Philosophy * Less strict about immutability and effect tracking. * Less FFI ceremony. * More efficient JS (speed...

Should we include any content with comparisons to OOP? This might help folks coming from an OOP background where PureScript is their first FP language. Thinking it would be better...

That proposal is tracked in https://github.com/purescript/trypurescript/issues/8 But that would take a lot of time and work to set up. In the meantime we could either: - Add PS code to...

> Add PS code to generate the same HTML content. This is looking more within reach. See GroceriesJs in #210 for an example.

Yes, the plan is to get the utility function into React first. Not proposing shared cookbook code outside of recipes, but rather rewriting some of the react recipe code so...

I like where the type class proposal is going, but it would be helpful to see a more complete example of how this is used.