purescript-cookbook
                                
                                 purescript-cookbook copied to clipboard
                                
                                    purescript-cookbook copied to clipboard
                            
                            
                            
                        An unofficial Cookbook for PureScript
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...
**Description of Problem** Send and handle AJAX requests. **Proposed Name of Folder/Module** ``` Unique Recipe Name: AjaxRequestsAffJax ```
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...
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...
See #86 Waiting for package set to include Halogen Hooks version of Formless.
Extends #86 - [ ] HelloConcur - [ ] GroceriesConcur - [ ] ShapesConcur - [ ] ButtonsConcur - [ ] TextFieldsConcur - [ ] FormsConcur - [ ] NumbersConcur...
**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...
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?
**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`...