GithubHelp home page GithubHelp logo

example-todo's People

Contributors

dac09 avatar dependabot[bot] avatar dthyresson avatar mojombo avatar peterp avatar renovate-bot avatar thedavidprice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

example-todo's Issues

Add Demo Link

Please deploy this repo on Netlify so it's easier to visualize the user experience of this app.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
api/package.json
  • @redwoodjs/api 0.47.1
  • @redwoodjs/graphql-server 0.47.1
package.json
  • @redwoodjs/core 0.47.1
  • node >=14.17 <=16.x
  • yarn >=1.15 <2
web/package.json
  • @redwoodjs/forms 0.47.1
  • @redwoodjs/router 0.47.1
  • @redwoodjs/web 0.47.1
  • prop-types 15.8.1
  • react 17.0.2
  • react-dom 17.0.2
  • styled-components ^5.3.3
nvm
.nvmrc

  • Check this box to trigger a request for Renovate to run again on this repository

Cannot run `yarn redwood prisma migrate dev` command

After yarn command receiving error:
error Couldn't find a package.json file in "/Users/iowens/Repos/Redwood/example_todo" info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I have tried copying in the package.json file from the remote repo into my local and still am receiving this error.

Example errors out

Just wanted to make the maintainers aware that the Netlify hosted version of this repo referenced in https://github.com/redwoodjs/awesome-redwood fails after initializing.

It looks like it's probably a graphql failure, with the following message in a 502 from the graphql endpoint:

{"errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module '@babel/runtime-corejs3/core-js/object/define-property'\nRequire stack:\n- /var/task/node_modules/@redwoodjs/api/dist/index.js\n- /var/task/api/dist/functions/graphql.js\n- /var/task/graphql.js\n- /var/runtime/UserFunction.js\n- /var/runtime/index.js","trace":["Runtime.ImportModuleError: Error: Cannot find module '@babel/runtime-corejs3/core-js/object/define-property'","Require stack:","- /var/task/node_modules/@redwoodjs/api/dist/index.js","- /var/task/api/dist/functions/graphql.js","- /var/task/graphql.js","- /var/runtime/UserFunction.js","- /var/runtime/index.js","    at _loadUserApp (/var/runtime/UserFunction.js:100:13)","    at Object.module.exports.load (/var/runtime/UserFunction.js:140:17)","    at Object.<anonymous> (/var/runtime/index.js:43:30)","    at Module._compile (internal/modules/cjs/loader.js:999:30)","    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)","    at Module.load (internal/modules/cjs/loader.js:863:32)","    at Function.Module._load (internal/modules/cjs/loader.js:708:14)","    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)","    at internal/main/run_main_module.js:17:47"]}

External GraphQL Endpoint.

Is it possible to use Redwood with an already existing GraphQL endpoint or using a service such as Hasura or FaunaDB?

Using TypeGrahql to generate schemas instead of using gpq

Hello,
It' will be a nice feature, if we can create a common model or just the model (input and types) in typescript class adding some decorators to generate schema, by using the library typegraphql

@ObjectType()
class Recipe {
  @Field(type => ID)
  id: string;

  @Field()
  title: string;

  @Field({ nullable: true })
  description?: string;

  @Field()
  creationDate: Date;

  @Field(type => [String])
  ingredients: string[];
}

with this, we can avoid boilerplate code and some duplicates...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.