Giter Club home page Giter Club logo

apollo-state-blog-repo's Introduction

apollo-local-state-starter

Table of Contents

What Is This?

This is a starter project that makes it easy to whip up a React project that has Apollo local state management working out of the box The demo app already contains a single query and mutation. The repo has been structured to scale should your project become larger.

An accompanying blog post can be found here (todo: create/insert blogpost)

The Technology Used

This app uses React/Apollo (Client-side).

Note that this application doesn't need to connect to a backend, nor does it connect with a database to make external queries. This repo was created solely to manage local state with Apollo as opposed to Redux. The application is bundled using Parcel and can be set up by doing the following:

> yarn
> yarn dev

Sass is the tech of choice for the CSS preprocessing which works out of the box.

Future Features

Accompanying Blog Post

Async Requests

Jest Tests

apollo-state-blog-repo's People

Contributors

andrico1234 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

apollo-state-blog-repo's Issues

Babel7 & npm

To use newest babel and npm:
delete yarn.lock
remove babel packages from package.json
change babelrc:
{
"plugins": ["@babel/proposal-class-properties"]
}
run npm install && npm run dev

I can make pull request if you give me access to push a branch.

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.