Skip to content

Commit

Permalink
Adding createresource graphql example (#436)
Browse files Browse the repository at this point in the history
Simple async resource for calling graphql endpoint
  • Loading branch information
ray-delossantos authored May 3, 2021
1 parent b3bf9ba commit f76200d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/resources/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [Redux Undoable Todos](https://codesandbox.io/s/pkjw38r8mj) Example from Redux site done with Solid.
- [Simple Todos Template Literals](https://codesandbox.io/s/jpm68z1q33) Simple Todos using Lit DOM Expressions
- [Simple Todos HyperScript](https://codesandbox.io/s/0vmjlmq94v) Simple Todos using Hyper DOM Expressions
- [Simple async resource for calling graphql endpoint](https://codesandbox.io/s/async-resource-graphql-r4rcx?file=/index.js) Simple async resource for handling graphql endpoint.

## Demos
- [TodoMVC](https://github.com/solidui/solid-todomvc) Classic TodoMVC example
Expand All @@ -28,4 +29,4 @@
- [Sierpinski's Triangle Demo](https://github.com/ryansolid/solid-sierpinski-triangle-demo) Solid implementation of the React Fiber demo.
- [WebComponent Todos](https://github.com/shprink/web-components-todo/tree/main/solid) Showing off Solid Element
- [UIBench Benchmark](https://github.com/ryansolid/solid-uibench) a benchmark tests a variety of UI scenarios.
- [DBMon Benchmark](https://github.com/ryansolid/solid-dbmon) A benchmark testing ability of libraries to render unoptimized data.
- [DBMon Benchmark](https://github.com/ryansolid/solid-dbmon) A benchmark testing ability of libraries to render unoptimized data.

0 comments on commit f76200d

Please sign in to comment.