react-appsync-graphql-recipe-app icon indicating copy to clipboard operation
react-appsync-graphql-recipe-app copied to clipboard

Example application using React + AWS AppSync + GraphQL

Results 3 react-appsync-graphql-recipe-app issues
Sort by recently updated
recently updated
newest added

I get an error about a missing compose function from Recipes.js. Looks like just removing that function gets things to build and run and more closely matches the article.

AWS have changed the attribute names. This PR uses the new names.

After running `createRecipe` in the AWS console, the web UI fails to rerender with an updated list. Instead, a warning is flagged in the console and nothing is rendered (blank/empty)....