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

An unofficial Cookbook for PureScript

Results 51 purescript-cookbook issues
Sort by recently updated
recently updated
newest added

I think these recipes should contain our recommendations for best practices, even if they differ slightly from the original examples. Some changes for this recipe suggested in #162

We should likely define some clear guidelines for this. It'll help someone know whether or not their future PR would be accepted or not. I'm also raising this issue because...

cookbook

**Description of Problem** Send and handle AJAX requests. **Proposed Name of Folder/Module** ``` Unique Recipe Name: AjaxRequestsAffJax ```

recipe-request

We currently have these two options: * Bug report * Fix Broken Recipe What about an issue for improving a working recipe? Should all of these be merged under something...

cookbook

The Halogen-hooks recipes that are based on the [Halogen-classic examples](https://github.com/purescript-halogen/purescript-halogen/tree/master/examples) should include a link to these in their readmes. ``` cookbook hook recipe --> classic repo example ``` Perhaps the...

cookbook

See #86 Waiting for package set to include Halogen Hooks version of Formless.

recipe-request

Extends #86 - [ ] HelloConcur - [ ] GroceriesConcur - [ ] ShapesConcur - [ ] ButtonsConcur - [ ] TextFieldsConcur - [ ] FormsConcur - [ ] NumbersConcur...

recipe-request

**Recipe Name** ``` WebSocketClient ``` **Recipe Description** Open a Websocket, ie to ws://echo.websocket.org or suchlike and send a message and receive echo'd reply. Obviously multiplies out to multiple recipes of...

recipe-request

Places to look are: * [StackOverflow](https://stackoverflow.com/questions/tagged/purescript) * [Discourse](https://discourse.purescript.org/c/help) * [Reddit](https://www.reddit.com/r/purescript/) * Slack Should we be systematic with our search strategy?

cookbook

**Recipe Name** ``` GraphQLQuery ``` **Recipe Description** Show minimal example of querying a GraphQL endpoint (such as for example https://graphqlzero.almansi.me) This recipe could then be augmented with one using `purescript-graphql`...

recipe-request