Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import React Apollo Starter as template #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

fsargent
Copy link
Collaborator

This imports react-apollo-todo as a reasonable starter for this project. It already incorporates Auth0 into the application, which is a big help.
License is MIT, and they're appropriately referenced.

From here I imagine we'd want to strip down the CSS and repurpose the TODO app to be a voting app.

@jayqui
Copy link
Collaborator

jayqui commented Aug 15, 2019

Any reason this can't go in master now?

jayqui and others added 2 commits October 7, 2019 10:03
- Delete a bunch of files that came with the react-apollo fork.
- Have the Home component render a new, very basic `<AllPollsList />` component, whose children are `<PollPreview />s`.
- Delete queries we won't need
- Add query `POLLS_QUERY`
- Change header & webpage labels
- Add `eslint-plugin-prettier` as a dev dependency
- Move the CSS into separate, per-component files and import them as CSS modules

Note: this does not fully remove all of the Todo app's boilerplate, but it gets some of the old stuff out of the way.
…ome-boilerplate

Delete boilerplate + get a bare-bones functioning polls index page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants