Giter VIP home page Giter VIP logo

todo's People

Contributors

amaingot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mukesh9092

todo's Issues

Create HOCs for mutations and queries

The pattern would be something like this: For the listTodos query you would have a withTodoList HOC. The usage would look like this in the component:

Example

At the creation of the class it would look like this:

class Component extends React.Component<Props & WithTodoListProps, State> {

Then at the bottom of the file, it would look like this:

export default withTodoList<Props>()(Component);

HOCs to Build

  • withTodoList
  • withTodo
  • withDeleteTodo
  • withUpdateTodo

Things to consider

  • Todo list includes subscriptions
  • Todo details include subscriptions
  • Mutations include optimisic responses

Create Multiple AWS AppSync environments (prod, staging)

We would like to have a staging environment to test out features before pushing to production. We would like to have the production environment match the latest tag and staging match what is in master. #5 needs to be done before we can start on this.

Document all of the cool opinions

This should be common practice, but it needs to be initialized. The topics that need to be documented are as follows:

  • TSLint + Prettier
  • Webpack + TS-Loader
  • Apollo + AWSAppSyncClient
  • ?env={branch} + index.html + S3 + CloudFront (and more)
  • VS Code: configuration + extensions
  • Running locally (serving assets locally)

Remove environment variables from GitHub

We need to remove the AWS AppSync variables from the GitHub repo and put them in our CircleCI project environment variables, also having them in our local system _gitignore_ed. There might need to be some custom scripts written around this, but yet to be determined.

This needs to be done after #5.

Add CI for Amplify

We went to be able to push changes to AWS AppSync via CircleCI. This might be a time to do environments for AppSync. But will be the next thing to follow.

Theoretically, we would want to only push the AppSync configuration on a Github tag. (that would be to the production AppSync environment)

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.